paul nisset wrote:How does Spring Boot differ from Spring Roo ?
Spring Boot in Action - Spring made easy!
Spring in Action - Build powerful applications!
Build Talking Apps for Alexa - Add voice to your applications!
Aaron Brooks wrote:Would "Spring Boot in Action" be a reasonable place to pick up / start over from, or would you recommend a different book first before diving into this one?
paul nisset wrote:60 characters for an app is pretty impressive .
Spring Boot in Action - Spring made easy!
Spring in Action - Build powerful applications!
Build Talking Apps for Alexa - Add voice to your applications!
Craig Walls wrote:
paul nisset wrote:60 characters for an app is pretty impressive .
Since it was mentioned:
That's every single character of code required. The only prerequisite is that you have installed the Spring Boot CLI and run it with "spring run H.groovy". It will handle any HTTP request to localhost:8080 with "Hi!".
Note that the CLI is an optional (albeit, not a toy) approach to working with Spring Boot. You certainly can still use Java built with Maven or Gradle to produce executable JARs or WAR files.