SlideShare a Scribd company logo
Getting Familiar
with Spring Boot
Mattias Severson
17th March 2015
Mattias
@mattiasseverson
http://jayway.com/author/mattiasseverson/
Agenda
• Spring Boot
• Getting Started
• Micro Service
• Production Ready Features
• and more…
Spring Boot?
Spring Boot makes it easy to create stand-
alone, production-grade Spring based
Applications that you can "just run". We take
an opinionated view of the Spring platform
and third-party libraries so you can get started
with minimum fuss.
Requirements
• Recommended to use Java 8
• Default support of Java 7
• Can use Java 6 with some config
Maturity
• Announced in Sept 2013
• 1.0 released April 2014
• Latest release 1.2.2 February 2015
• Built on Spring 4.1.x
Spring Initializr
http://start.spring.io/
Starter POMs
spring-boot-starter-*
• spring-boot-starter-web
• spring-boot-starter-security
• spring-boot-starter-data-mongodb
• spring-boot-starter-websocket
• spring-boot-starter-social-facebook
• 40+ in total
Bean Magic
@SpringBootApplication
@Configuration
@ComponentScan
@EnableAutoConfiguration
@EnableAutoConfiguration
@Conditional
@ConditionalOnClass
@ConditionalOnBean
@ConditionalOnMissingBean
Micro Service
• Little (own) code required
• ~10 MB disc (incl Embedded Tomcat)
• ~300 MB memory (incl Tomcat)
Production Ready
“Feature complete”
is not the same as
“production ready”
Actuator
• Metrics
• Health Check
• Environment
• Trace
• …
Logging
• Logback by default
• Log rotation
• Predefined format
• Configurable location and filename
Configurable
• server.port=8090
• server.session-timeout=30
• security.user.name=admin
• spring.http.gzip.*
• and much more…
More Features
• Externalized Configuration
• CommandLineRunner
• Application Events and Listeners
• MessageChannel
• DB Schema Migration
• …
View Support
Supported Template Engines:
• FreeMarker
• Groovy Templates
• Thymeleaf
• Velocity
• Mustache
References
Spring Initializr http://start.spring.io/
Spring Guides http://spring.io/guides/
Spring Boot
Reference Guide
http://docs.spring.io/spring-boot/
docs/current/reference/htmlsingle/
@mattiasseverson
http://jayway.com/author/mattiasseverson/

More Related Content

PPTX
How secure is WordPress ?
PDF
PDF
Continuous Delivery for Mobile
PDF
AtlasCamp 2013: Confluence Blueprints
PPTX
Must have tools for windows azure
PPTX
Microsoft Azure News - April 2016
PDF
The moment my site got hacked
How secure is WordPress ?
Continuous Delivery for Mobile
AtlasCamp 2013: Confluence Blueprints
Must have tools for windows azure
Microsoft Azure News - April 2016
The moment my site got hacked

What's hot (8)

PDF
PhoneGap 2014 & Beyond - PhoneGap Day EU 2015 (2015-05-18)
PDF
サービスを成長させつづけるアーキテクチャ戦略【デブサミ2018 15-C-6】
PDF
Meteor Framework Introduction
PDF
Addon sdk content scripts
PPTX
Update Smart: Use a Staging Site!
PPTX
Microsoft Azure News - Mar 2016
PDF
Google App Engine: For PHP Developers
PDF
Continuous Deployment at Kitchensurfing
PhoneGap 2014 & Beyond - PhoneGap Day EU 2015 (2015-05-18)
サービスを成長させつづけるアーキテクチャ戦略【デブサミ2018 15-C-6】
Meteor Framework Introduction
Addon sdk content scripts
Update Smart: Use a Staging Site!
Microsoft Azure News - Mar 2016
Google App Engine: For PHP Developers
Continuous Deployment at Kitchensurfing
Ad

Similar to "Getting familiar with Spring Boot", jDays 2015 Speaker: "Mattias Severson" (20)

PPTX
Spring boot
PPTX
Spring boot
PPTX
Java and services code lab spring boot and spring data using mongo db
PPTX
Java and services code lab spring boot and spring data using mongo db
PPTX
4 spring boot
ODP
Xke spring boot
PPT
Spring Boot. Boot up your development. JEEConf 2015
PPTX
Spring-Boot-A-Modern-Framework-for-Java-Developers.pptx
PPT
"Spring Boot. Boot up your development" Сергей Моренец
PPT
Spring Boot. Boot up your development
PPTX
Getting Started with Spring Boot
PDF
Spring Boot
PDF
Spring Boot Whirlwind Tour
PPTX
Spring boot
PDF
Spring Boot Interview Questions PDF By ScholarHat
PDF
Building a Spring Boot Application - Ask the Audience! (from JavaLand 2017)
PPTX
Java on Rails SV Code Camp 2014
PDF
Spring Boot
PDF
Spring Boot 30 Crash Course Mastering Spring Boot From Application Developmen...
PPTX
Java springboot framework- Spring Boot.pptx
Spring boot
Spring boot
Java and services code lab spring boot and spring data using mongo db
Java and services code lab spring boot and spring data using mongo db
4 spring boot
Xke spring boot
Spring Boot. Boot up your development. JEEConf 2015
Spring-Boot-A-Modern-Framework-for-Java-Developers.pptx
"Spring Boot. Boot up your development" Сергей Моренец
Spring Boot. Boot up your development
Getting Started with Spring Boot
Spring Boot
Spring Boot Whirlwind Tour
Spring boot
Spring Boot Interview Questions PDF By ScholarHat
Building a Spring Boot Application - Ask the Audience! (from JavaLand 2017)
Java on Rails SV Code Camp 2014
Spring Boot
Spring Boot 30 Crash Course Mastering Spring Boot From Application Developmen...
Java springboot framework- Spring Boot.pptx
Ad

More from hamidsamadi (7)

PDF
"Real-time data processing with Spark & Cassandra", jDays 2015 Speaker: "Duy-...
PDF
HTTP 2.0 & Java: Current Status", Part 1, jDays 2015 Speaker: "Simone Bordet
PDF
"Analytics inside your Java application", Part 2, jDays 2015 Speaker: "Veaces...
PDF
JCache is here. Say goodbye to proprietary Caching API's", jDays 2015 Speaker...
PDF
Git workflows á la-carte, Presenation at jdays2013 www.jdays.se by Nicola Pao...
PDF
Facebook Graph Search by Ole martin mørk for jdays2013 Gothenburg www.jdays.se
PDF
Java overview 20131022
"Real-time data processing with Spark & Cassandra", jDays 2015 Speaker: "Duy-...
HTTP 2.0 & Java: Current Status", Part 1, jDays 2015 Speaker: "Simone Bordet
"Analytics inside your Java application", Part 2, jDays 2015 Speaker: "Veaces...
JCache is here. Say goodbye to proprietary Caching API's", jDays 2015 Speaker...
Git workflows á la-carte, Presenation at jdays2013 www.jdays.se by Nicola Pao...
Facebook Graph Search by Ole martin mørk for jdays2013 Gothenburg www.jdays.se
Java overview 20131022

Recently uploaded (20)

PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PPTX
Reimagine Home Health with the Power of Agentic AI​
PPTX
Essential Infomation Tech presentation.pptx
PDF
System and Network Administraation Chapter 3
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Digital Strategies for Manufacturing Companies
PDF
top salesforce developer skills in 2025.pdf
PDF
How Creative Agencies Leverage Project Management Software.pdf
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
Introduction to Artificial Intelligence
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
Nekopoi APK 2025 free lastest update
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Reimagine Home Health with the Power of Agentic AI​
Essential Infomation Tech presentation.pptx
System and Network Administraation Chapter 3
Design an Analysis of Algorithms I-SECS-1021-03
Digital Strategies for Manufacturing Companies
top salesforce developer skills in 2025.pdf
How Creative Agencies Leverage Project Management Software.pdf
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
How to Migrate SBCGlobal Email to Yahoo Easily
Introduction to Artificial Intelligence
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Nekopoi APK 2025 free lastest update
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Understanding Forklifts - TECH EHS Solution
Softaken Excel to vCard Converter Software.pdf
2025 Textile ERP Trends: SAP, Odoo & Oracle

"Getting familiar with Spring Boot", jDays 2015 Speaker: "Mattias Severson"