Last active
October 17, 2023 19:43
-
-
Save skryvets/a17e753a493629d00e0938fbf29642e9 to your computer and use it in GitHub Desktop.
Spring Boot Init commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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