Project Initialization - ps1-ch/test GitHub Wiki
curl -s https://start.spring.io/starter.tgz \
-d language=kotlin \
-d groupId=com.github.ps1-ch.test \
-d artifactId=test-server \
-d name='${project.artifactId}' \
-d description='${project.artifactId}' \
-d dependencies=devtools,web,security,h2,data-jpa,actuator \
|tar xzf -
Additional dependencies: codecentric-spring-boot-admin-server, codecentric-spring-boot-admin-client