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/support.adoc
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,31 @@ The following starters are supported, the group ID is `org.springframework.boot`
36
36
* `spring-boot-starter-validation`
37
37
* `spring-boot-starter-webflux`: only Netty is supported for now.
38
38
** `--enable-https` flag is required for HTTPS support.
39
-
* `spring-boot-starter-web`: only Tomcat is supported for now. A lightweight version of Tomcat is available via the `org.apache.tomcat.experimental:tomcat-embed-programmatic` dependency.
39
+
* `spring-boot-starter-web`:
40
+
** Only Tomcat is supported for now.
41
+
** `tomcat-embed-programmatic` dependency can be used instead of `tomcat-embed-core` and `tomcat-embed-websocket` ones for optimized footprint. If you are using `spring-boot-starter-web` and Maven, you should use the following `pom.xml` configuration:
0 commit comments