Revert "Temporary removing web-native sample"

This reverts commit 1f071308d8.
This commit is contained in:
Oleg Zhurakousky
2024-01-24 17:38:28 +01:00
parent 1f071308d8
commit 066be86928
21 changed files with 1247 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
cd ${LAMBDA_TASK_ROOT:-.}
java -Dspring.main.web-application-type=none -Dlogging.level.org.springframework=DEBUG \
-noverify -XX:TieredStopAtLevel=1 -Xss256K -XX:MaxMetaspaceSize=128M \
-cp .:`echo lib/*.jar | tr ' ' :` com.example.demo.DemoApplication