Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Spring Boot in Action

Spring Boot in Action

Presentation given to Szczecin Java User Group on the 26th of October 2015.

Maciej Walkowiak

October 26, 2015
Tweet

More Decks by Maciej Walkowiak

Other Decks in Programming

Transcript

  1. SPRING GOT A LOT EASIER ▸ “starter-poms” ▸ Autoconfiguration for

    all Spring components an many 3rd party libraries ▸ Project skeleton generated with web UI or command line tool
  2. SPRING APPLICATION IS EXECUTABLE ▸ java -jar myapp.jar ▸ Embedded

    containers: Tomcat, Jetty, Undertow ▸ Optionally can be packaged as WAR and run anywhere
  3. SPRING IS CLOUD FRIENDLY ▸ Externalized configuration ▸ Metrics ▸

    Health checks ▸ Spring Cloud based on Spring Boot - plays nice with Netflix stack - de facto standard for building micro services