Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Spring Boot in Action
Maciej Walkowiak
October 26, 2015
Programming
0
460
Spring Boot in Action
Presentation given to Szczecin Java User Group on the 26th of October 2015.
Maciej Walkowiak
October 26, 2015
Tweet
Share
More Decks by Maciej Walkowiak
See All by Maciej Walkowiak
Troubleshooting Spring Boot Applications with Sentry
maciejwalkowiak
0
56
Spring Boot On Amazon Web services with Spring Cloud AWS
maciejwalkowiak
0
130
The State of Java Relational Persistence
maciejwalkowiak
6
1k
Upday Journey to Microservices
maciejwalkowiak
2
75
Environment agnostic applications with Spring
maciejwalkowiak
2
320
Spring Data MongoDB
maciejwalkowiak
6
260
Other Decks in Programming
See All in Programming
Angular‘s Future without NgModules: Architectures with Standalone Components @enterJS
manfredsteyer
PRO
0
190
Meet Swift Regex
usamik26
0
330
Why Airflow? & What's new in Airflow 2.3?
kaxil
0
110
Chart実装が楽になりました。
keisukeyamagishi
0
110
Reactアプリケーションのテスト戦略
0906koki
10
4.6k
io22 extended What's new in app performance
veronikapj
0
340
1時間半で克服するJavaScriptの非同期処理/async_javascript_kokufuku
marchin1989
2
610
シェーダー氷山発掘記
logilabo
0
140
git on intellij
hiroto_kitamura
0
170
Springin‘でみんなもクリエイターに!
ueponx
0
130
チームでカレーを作ろう!アジャイルカレークッキング
akitotsukahara
0
770
Android Compose Component - mapping.
taehwandev
0
110
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
113
15k
How GitHub Uses GitHub to Build GitHub
holman
465
280k
jQuery: Nuts, Bolts and Bling
dougneiner
56
6.4k
Atom: Resistance is Futile
akmur
255
20k
Testing 201, or: Great Expectations
jmmastey
21
5.4k
Making Projects Easy
brettharned
98
4.3k
Side Projects
sachag
450
37k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
224
49k
Streamline your AJAX requests with AmplifyJS and jQuery
dougneiner
126
8.5k
Documentation Writing (for coders)
carmenhchung
48
2.5k
Designing on Purpose - Digital PM Summit 2013
jponch
106
5.6k
Designing the Hi-DPI Web
ddemaree
272
32k
Transcript
SPRING BOOT IN ACTION @MACIEJWALKOWIAK
SPRING BOOT ..YET ANOTHER FRAMEWORK TO LEARN..?
None
None
None
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
DO WE REALLY NEED APPLICATION SERVERS?
SPRING APPLICATION IS EXECUTABLE ▸ java -jar myapp.jar ▸ Embedded
containers: Tomcat, Jetty, Undertow ▸ Optionally can be packaged as WAR and run anywhere
MICROSERVICES … EVERYWHERE
SPRING BOOT IN ACTION
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
NO CODE GENERATION AND NO REQUIREMENT FOR XML CONFIGURATION
None
DEMO
Q&A @maciejwalkowiak maciejwalkowiak.com