Skip to content

Instantly share code, notes, and snippets.

View skryvets's full-sized avatar
👋

Sergey Kryvets skryvets

👋
View GitHub Profile
@skryvets
skryvets / Boostnote legacy installation.md
Created June 29, 2022 18:16
Boostnote legacy installation
@skryvets
skryvets / spring-boot-commands.sh
Last active October 17, 2023 19:43
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