SlideShare a Scribd company logo
Spring Boot.
Boot up your development
Sergey Morenets, May 23, 2015
morenets@mail.ru
About author
• Works in IT since 2000
• 11 years of Java SE/EE experience
• Multiple speaker at Java User Group
• Founder of http://it-simulator.com
• Author of “Main Java programming errors”
and “Development of Java applications”
books
Agenda
• Overview
• Spring Boot features
• Setup & configuration
• Q&A
Goal
Goal
• Development environment
• Launch web application
• Minimum configuration
Plugins
Plugins
Spring Boot
• Stand-alone Spring applications
• Embed Tomcat or Jetty directly
• Automatically Spring configuration
• Absolutely no code generation and no
requirement for XML configuration
• Convention-over-configuration
• Focus on business features and less on
infrastructure
Starters concept
• Aggregate modules
• Trusted versions of libraries
• Similar to micro-service architecture
Starters concept
• spring-boot-starter-actuator
• spring-boot-starter-data-jpa
• spring-boot-starter-jdbc
• spring-boot-starter-jersey
• spring-boot-starter-logging
• spring-boot-starter-mobile
• spring-boot-starter-redis
• spring-boot-starter-test
• spring-boot-starter-web
Spring Boot
Spring Boot
Spring Boot
Servlets
Filters
Spring Boot plugin
Spring Boot plugin
• spring-boot:run
• spring-boot:repackage
Hot replace
Hot replace
Dependencies
Dependencies
Customization
Tomcat 7
Jetty
Auto-configuration
• AopAutoConfiguration
• JpaRepositoriesAutoConfiguration
• HibernateJpaAutoConfiguration
• DataSourceAutoConfiguration
• JmsTemplateAutoConfiguration
• MongoAutoConfiguration
• RedisAutoConfiguration
• WebMvcAutoConfiguration
• SecurityAutoConfiguration
Properties
Properties
Properties
Class Prefix
MessageSourceAutoConfiguration spring.messages
BatchProperties spring.batch
ElasticsearchProperties spring.data.elasticsearch
FreeMarkerProperties spring.freemarker
JacksonProperties spring.jackson
DataSourceProperties spring.datasource
JerseyProperties spring.jersey
MailProperties spring.mail
MongoProperties spring.data.mongodb
SecurityProperties security
WebMvcProperties spring.mvc
Properties
Production
Production
• Industry not ready
• Limited web servers support
• No UI
• Spring Boot knowledge
Spring Boot Actuator
• Helps manage and monitor applications
when pushed to production
• Accessible via HTTP, JMX or remote shell
• You can't manage what you can't measure
Spring Boot Actuator
• Series of endpoints to help manage your
Spring application
• Reads properties and spring beans and
then returns a JSON view
• Allows direct access to non functional
application information without having to
open an IDE or a command prompt
Spring Boot Actuator
Spring Boot Actuator
• /info
• /health
• /beans
• /env
• /dump
• /metrics
• /trace
• /autoconfigurationreport
• /shutdown
Spring Boot Actuator. Health
Indicators
DiskSpaceHealthIndicator Checks for low disk space.
DataSourceHealthIndicator Checks that a connection to
DataSource can be obtained.
MongoHealthIndicator Checks that a Mongo database is
up.
RabbitHealthIndicator Checks that a Rabbit server is up.
RedisHealthIndicator Checks that a Redis server is up.
SolrHealthIndicator Checks that a Solr server is up.
Spring Boot Actuator. Health
Spring Boot Actuator. Health
Spring Boot Actuator. Info
Spring Boot Actuator. Info
Spring Boot Actuator.Metrics
• Includes a metrics service with ‘gauge’
and ‘counter’ support
• A ‘gauge’ records a single value; and a
‘counter’ records a delta (an increment or
decrement)
• Metrics for all HTTP requests are
automatically recorded
Spring Boot Actuator.Metrics
• System metrics
• Datasource metrics
• WebServer metrics
• Custom metrics
Spring Boot Actuator. Metrics
Spring Boot Actuator. Custom metrics
Spring Boot Actuator. Metrics
Spring Boot Actuator. Repository
Spring Boot Actuator. Repository
• Dropwizard
• Zabbix
• JMX messaging
Security
• Mostly local usage
• Read-only access
• Integration with Spring Security
Security
Security
Manuals
Pro
• Reduces deployment and development
time
• No configuration files
• Auto-configuration
• Maven, Gradle & Ant integration
• Embedded servers
• Multiple technologies support
• Monitoring & management out-of-box
Cons
• Based on Spring Framework
• Additional configuration for web servers
Dropwizard
• Lightweight alternative
• REST web services support using Jersey
• Embedded servers
• Logging and validation
• Templating systems
• Metrics library
Q&A

More Related Content

What's hot (20)

PPTX
Getting Started with Spring Boot
David Kiss
 
PDF
Michael North "Ember.js 2 - Future-friendly ambitious apps, that scale!"
Fwdays
 
PDF
Microservices with Spring Boot
Rasheed Waraich
 
PPTX
Agile sites2
Michele Sciabarrà
 
PPTX
Gwt overview & getting started
Binh Bui
 
PPTX
Agile sites @ telmore
Michele Sciabarrà
 
PDF
Gradual migration to MicroProfile
Rudy De Busscher
 
PDF
The Dark Side of Single Page Applications
Dor Kalev
 
PDF
Effective cloud-ready apps with MicroProfile
Payara
 
PPTX
Microservices: Yes or not?
Eduard Tomàs
 
PDF
Introduction to Micronaut - JBCNConf 2019
graemerocher
 
PPTX
Full Stack Development With Node.Js And NoSQL (Nic Raboy & Arun Gupta)
Red Hat Developers
 
PDF
End to-end W3C - JS.everywhere(2012) Europe
Alexandre Morgaut
 
PDF
Micronaut Deep Dive - Codeone 2019
graemerocher
 
PPTX
JavaEE Microservices -the Payara Way
Payara
 
PPTX
MVC 6 - the new unified Web programming model
Alex Thissen
 
PPTX
006. React - Redux framework
Binh Quan Duc
 
PDF
Agile sites311training
Michele Sciabarrà
 
PDF
Micronaut Deep Dive - Devoxx Belgium 2019
graemerocher
 
PDF
Monitor Micro-service with MicroProfile metrics
Rudy De Busscher
 
Getting Started with Spring Boot
David Kiss
 
Michael North "Ember.js 2 - Future-friendly ambitious apps, that scale!"
Fwdays
 
Microservices with Spring Boot
Rasheed Waraich
 
Agile sites2
Michele Sciabarrà
 
Gwt overview & getting started
Binh Bui
 
Agile sites @ telmore
Michele Sciabarrà
 
Gradual migration to MicroProfile
Rudy De Busscher
 
The Dark Side of Single Page Applications
Dor Kalev
 
Effective cloud-ready apps with MicroProfile
Payara
 
Microservices: Yes or not?
Eduard Tomàs
 
Introduction to Micronaut - JBCNConf 2019
graemerocher
 
Full Stack Development With Node.Js And NoSQL (Nic Raboy & Arun Gupta)
Red Hat Developers
 
End to-end W3C - JS.everywhere(2012) Europe
Alexandre Morgaut
 
Micronaut Deep Dive - Codeone 2019
graemerocher
 
JavaEE Microservices -the Payara Way
Payara
 
MVC 6 - the new unified Web programming model
Alex Thissen
 
006. React - Redux framework
Binh Quan Duc
 
Agile sites311training
Michele Sciabarrà
 
Micronaut Deep Dive - Devoxx Belgium 2019
graemerocher
 
Monitor Micro-service with MicroProfile metrics
Rudy De Busscher
 

Viewers also liked (20)

PDF
BIG DATA: From mammoth to elephant
Roman Nikitchenko
 
PDF
Generics Past, Present and Future
RichardWarburton
 
PPTX
JEEConf 2016. Effectiveness and code optimization in Java applications
Strannik_2013
 
PDF
WILD microSERVICES v2 (JEEConf Edition)
Aleksandr Tarasov
 
PPTX
Do we need JMS in 21st century?
Mikalai Alimenkou
 
PPTX
JSF 2: Myth of panacea? Magic world of user interfaces
Strannik_2013
 
PPTX
Effectiveness and code optimization in Java
Strannik_2013
 
PPTX
Getting ready to java 8
Strannik_2013
 
PPTX
Gradle.Enemy at the gates
Strannik_2013
 
PPTX
Effective Java applications
Strannik_2013
 
PPTX
Java 8 in action.Jinq
Strannik_2013
 
PPTX
Gradle 2.Write once, builde everywhere
Strannik_2013
 
PPTX
Gradle 2.Breaking stereotypes
Strannik_2013
 
PPTX
Top 10 reasons to migrate to Gradle
Strannik_2013
 
PPTX
Git.From thorns to the stars
Strannik_2013
 
ODP
Jee conf
Valerii Moisieienko
 
PPT
Spring Boot. Boot up your development
Strannik_2013
 
PPTX
Spring Web Flow. A little flow of happiness.
Alex Tumanoff
 
PDF
PuppetConf 2016: Service Discovery and Puppet – Marc Cluet, Ukon Cherry
Puppet
 
BIG DATA: From mammoth to elephant
Roman Nikitchenko
 
Generics Past, Present and Future
RichardWarburton
 
JEEConf 2016. Effectiveness and code optimization in Java applications
Strannik_2013
 
WILD microSERVICES v2 (JEEConf Edition)
Aleksandr Tarasov
 
Do we need JMS in 21st century?
Mikalai Alimenkou
 
JSF 2: Myth of panacea? Magic world of user interfaces
Strannik_2013
 
Effectiveness and code optimization in Java
Strannik_2013
 
Getting ready to java 8
Strannik_2013
 
Gradle.Enemy at the gates
Strannik_2013
 
Effective Java applications
Strannik_2013
 
Java 8 in action.Jinq
Strannik_2013
 
Gradle 2.Write once, builde everywhere
Strannik_2013
 
Gradle 2.Breaking stereotypes
Strannik_2013
 
Top 10 reasons to migrate to Gradle
Strannik_2013
 
Git.From thorns to the stars
Strannik_2013
 
Spring Boot. Boot up your development
Strannik_2013
 
Spring Web Flow. A little flow of happiness.
Alex Tumanoff
 
PuppetConf 2016: Service Discovery and Puppet – Marc Cluet, Ukon Cherry
Puppet
 
Ad

Similar to Spring Boot. Boot up your development. JEEConf 2015 (20)

PPTX
Spring.new hope.1.3
Alex Tumanoff
 
PPTX
Spring.Boot up your development
Strannik_2013
 
PPTX
Spring boot for buidling microservices
Nilanjan Roy
 
PPTX
Module 6 _ Spring Boot for java application to begin
Deepakprasad838637
 
PPTX
Spring boot
Gyanendra Yadav
 
ODP
Xke spring boot
sourabh aggarwal
 
PDF
Spring Boot Whirlwind Tour
VMware Tanzu
 
PPTX
Java and services code lab spring boot and spring data using mongo db
Staples
 
PPTX
Java and services code lab spring boot and spring data using mongo db
Staples
 
PPTX
Spring-Boot-A-Modern-Framework-for-Java-Developers.pptx
VLink Inc
 
PPTX
Spring boot
jacob benny john
 
PDF
Spring Boot Interview Questions PDF By ScholarHat
Scholarhat
 
PPTX
Bootify your spring application
Jimmy Lu
 
PDF
Spring Boot
koppenolski
 
PDF
Rediscovering Spring with Spring Boot(1)
Gunith Devasurendra
 
PDF
"Getting familiar with Spring Boot", jDays 2015 Speaker: "Mattias Severson"
hamidsamadi
 
PDF
jDays 2015 - Getting Familiar with Spring Boot
Mattias Severson
 
PPTX
Spring Boot and Microservices for Scalable Java Development
pavatimalhotrapavati
 
PDF
dokumen.tips_rediscovering-spring-with-spring-boot1 (1).pdf
Appster1
 
PDF
dokumen.tips_rediscovering-spring-with-spring-boot1.pdf
Appster1
 
Spring.new hope.1.3
Alex Tumanoff
 
Spring.Boot up your development
Strannik_2013
 
Spring boot for buidling microservices
Nilanjan Roy
 
Module 6 _ Spring Boot for java application to begin
Deepakprasad838637
 
Spring boot
Gyanendra Yadav
 
Xke spring boot
sourabh aggarwal
 
Spring Boot Whirlwind Tour
VMware Tanzu
 
Java and services code lab spring boot and spring data using mongo db
Staples
 
Java and services code lab spring boot and spring data using mongo db
Staples
 
Spring-Boot-A-Modern-Framework-for-Java-Developers.pptx
VLink Inc
 
Spring boot
jacob benny john
 
Spring Boot Interview Questions PDF By ScholarHat
Scholarhat
 
Bootify your spring application
Jimmy Lu
 
Spring Boot
koppenolski
 
Rediscovering Spring with Spring Boot(1)
Gunith Devasurendra
 
"Getting familiar with Spring Boot", jDays 2015 Speaker: "Mattias Severson"
hamidsamadi
 
jDays 2015 - Getting Familiar with Spring Boot
Mattias Severson
 
Spring Boot and Microservices for Scalable Java Development
pavatimalhotrapavati
 
dokumen.tips_rediscovering-spring-with-spring-boot1 (1).pdf
Appster1
 
dokumen.tips_rediscovering-spring-with-spring-boot1.pdf
Appster1
 
Ad

Recently uploaded (20)

PPTX
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PPTX
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
PDF
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
PDF
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
PDF
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
PDF
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
PPTX
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pptx
Varsha Nayak
 
PPTX
Hardware(Central Processing Unit ) CU and ALU
RizwanaKalsoom2
 
PDF
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
PPTX
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 
PDF
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
PDF
Linux Certificate of Completion - LabEx Certificate
VICTOR MAESTRE RAMIREZ
 
PDF
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
PDF
Digger Solo: Semantic search and maps for your local files
seanpedersen96
 
PPTX
Tally software_Introduction_Presentation
AditiBansal54083
 
PDF
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
PDF
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
PPTX
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
PDF
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
PPTX
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pptx
Varsha Nayak
 
Hardware(Central Processing Unit ) CU and ALU
RizwanaKalsoom2
 
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
Linux Certificate of Completion - LabEx Certificate
VICTOR MAESTRE RAMIREZ
 
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
Digger Solo: Semantic search and maps for your local files
seanpedersen96
 
Tally software_Introduction_Presentation
AditiBansal54083
 
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 

Spring Boot. Boot up your development. JEEConf 2015