Add native web sample

Initial README for sample of native web workloads

Update bootstrap in sample
This commit is contained in:
Oleg Zhurakousky
2024-01-12 14:31:53 +01:00
parent 7d67d61d43
commit 89ee117957
22 changed files with 1249 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