Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Spring Boot in Action
Search
Maciej Walkowiak
October 26, 2015
Programming
0
570
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
Implementing Domain Driven Design with Spring
maciejwalkowiak
4
3.9k
Performance Oriented Spring Data JPA & Hibernate
maciejwalkowiak
0
560
Spring for GraphQL
maciejwalkowiak
0
280
Troubleshooting Spring Boot Applications with Sentry
maciejwalkowiak
0
350
Spring Boot On Amazon Web services with Spring Cloud AWS
maciejwalkowiak
0
320
The State of Java Relational Persistence
maciejwalkowiak
6
1.5k
Upday Journey to Microservices
maciejwalkowiak
2
170
Environment agnostic applications with Spring
maciejwalkowiak
2
460
Spring Data MongoDB
maciejwalkowiak
6
360
Other Decks in Programming
See All in Programming
CSC305 Summer Lecture 04
javiergs
PRO
1
100
Understanding Ruby Grammar Through Conflicts
yui_knk
1
120
🔨 小さなビルドシステムを作る
momeemt
1
450
令和最新版手のひらコンピュータ
koba789
14
8k
LLMOpsのパフォーマンスを支える技術と現場で実践した改善
po3rin
8
980
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
13
7.4k
デザインシステムが必須の時代に
yosuke_furukawa
PRO
2
100
Infer入門
riru
4
1.6k
実践!App Intents対応
yuukiw00w
1
350
学習を成果に繋げるための個人開発の考え方 〜 「学習のための個人開発」のすすめ / personal project for leaning
panda_program
1
110
オホーツクでコミュニティを立ち上げた理由―地方出身プログラマの挑戦 / TechRAMEN 2025 Conference
lemonade_37
2
490
MLH State of the League: 2026 Season
theycallmeswift
0
160
Featured
See All Featured
The Invisible Side of Design
smashingmag
301
51k
Done Done
chrislema
185
16k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.6k
Designing for humans not robots
tammielis
253
25k
Why Our Code Smells
bkeepers
PRO
338
57k
The Cost Of JavaScript in 2023
addyosmani
53
8.8k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
480
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
780
A designer walks into a library…
pauljervisheath
207
24k
Rails Girls Zürich Keynote
gr2m
95
14k
How to train your dragon (web standard)
notwaldorf
96
6.2k
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