Skip to content

Instantly share code, notes, and snippets.

@skryvets
Last active October 17, 2023 19:43
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 skryvets/a17e753a493629d00e0938fbf29642e9 to your computer and use it in GitHub Desktop.
Save skryvets/a17e753a493629d00e0938fbf29642e9 to your computer and use it in GitHub Desktop.
Spring Boot Init commands
#Init spring webapp
spring init -d=lombok,web -type=gradle-project-kotlin -n=spring-boot-hello-world spring-boot-hello-world
#Shows available dependencies
spring init --list
#Init Spring Cloud Function
spring init -d=lombok,cloud-function -type=gradle-project-kotlin -n=spring-cloud-function-hello-world spring-cloud-function-hello-world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment