Temporary removing web-native sample

This commit is contained in:
Oleg Zhurakousky
2024-01-24 17:28:47 +01:00
parent 0753a1df34
commit 1f071308d8
21 changed files with 0 additions and 1247 deletions

View File

@@ -1,7 +0,0 @@
#!/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