You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: spring-graalvm-native-docs/src/main/asciidoc/feature.adoc
-21Lines changed: 0 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,27 +143,6 @@ The indexer actually produces a list of components at Java compile time and capt
143
143
If Spring starts and finds this file, it uses it instead of attempting to explore the classpath.
144
144
The indexer can be used for this whether building a native image or just running your application as a standard Java application.
145
145
146
-
You should also exclude the `tomcat-embed-websocket` dependency from the `spring-boot-starter-web` for now (we are working on https://github.com/apache/tomcat/pull/274[a Tomcat contribution] to avoid this):
147
-
148
-
====
149
-
[source,xml,subs="attributes,verbatim"]
150
-
----
151
-
<dependencies>
152
-
<!-- ... -->
153
-
<dependency>
154
-
<groupId>org.springframework.boot</groupId>
155
-
<artifactId>spring-boot-starter-web</artifactId>
156
-
<exclusions>
157
-
<exclusion>
158
-
<groupId>org.apache.tomcat.embed</groupId>
159
-
<artifactId>tomcat-embed-websocket</artifactId>
160
-
</exclusion>
161
-
</exclusions>
162
-
</dependency>
163
-
</dependencies>
164
-
----
165
-
====
166
-
167
146
===== Set the `start-class` element
168
147
169
148
The native image build needs to know the entry point to your application. It does consult a few places to find it.
0 commit comments