Skip to content

Instantly share code, notes, and snippets.

@bytekast
Last active February 22, 2020 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bytekast/dc069501807fdd565e9124d95adddfc7 to your computer and use it in GitHub Desktop.
Save bytekast/dc069501807fdd565e9124d95adddfc7 to your computer and use it in GitHub Desktop.
serverless create \
--template-url https://github.com/bytekast/serverless-toolkit/tree/master/templates/java-springboot-monolith \
--path my-springboot-service
cd my-springboot-service
./gradlew clean build # build
./gradlew bootRun # run locally
curl http://localhost:8080/greeting # test locally
serverless deploy # deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment