We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fb616 commit 6417ce7Copy full SHA for 6417ce7
1 file changed
applications/springboot/src/main/webapp/WEB-INF/appengine-web.xml
@@ -18,6 +18,7 @@
18
<runtime>java17</runtime>
19
<system-properties>
20
<property name="java.util.logging.config.file" value="WEB-INF/classes/logging.properties"/>
21
+ <property name="appengine.use.jetty121" value="true"/>
22
</system-properties>
23
<instance-class>F4</instance-class>
24
</appengine-web-app>
0 commit comments