December 2017
Intermediate to advanced
260 pages
7h 34m
English
To set up the project with Spring Boot packages we need to add the following dependencies in the build.gradle file:
// Spring compile 'org.springframework.boot:spring-boot-starter-web' compile 'org.springframework.boot:spring-boot-starter-jdbc' compile 'org.springframework.boot:spring-boot-devtools' testCompile "org.springframework.boot:spring-boot-starter-test"
Read now
Unlock full access