Slide 17
Slide 17 text
Getting started – Spring Boot
• Spring Initializr project
‣ Open https://start.spring.io
‣ Enter name, features, etc.
‣ Download resulting zip-file
• Or use the Spring-boot CLI …
17
$ brew tap pivotal/tap
$ brew install springboot
$ spring init -d=web,jpa \
-g com.github.fbascheper.odyssey \
-n spring-demo