Skip to content

Commit 95fb876

Browse files
ludochgae-java-bot
authored andcommitted
Enable Jakarta EE 11 for the Spring Boot sample application.
PiperOrigin-RevId: 853528710 Change-Id: I51f899018792f821864c3e66f4811a9cde8fd8f0
1 parent e46dc36 commit 95fb876

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

applications/springboot/src/main/webapp/WEB-INF/appengine-web.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<system-properties>
2020
<property name="java.util.logging.config.file" value="WEB-INF/classes/logging.properties"/>
2121
<property name="appengine.use.jetty121" value="true"/>
22+
<property name="appengine.use.EE11" value="true"/>
2223
</system-properties>
2324
<instance-class>F4</instance-class>
2425
</appengine-web-app>

0 commit comments

Comments
 (0)