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
560
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.5k
Performance Oriented Spring Data JPA & Hibernate
maciejwalkowiak
0
480
Spring for GraphQL
maciejwalkowiak
0
260
Troubleshooting Spring Boot Applications with Sentry
maciejwalkowiak
0
340
Spring Boot On Amazon Web services with Spring Cloud AWS
maciejwalkowiak
0
300
The State of Java Relational Persistence
maciejwalkowiak
6
1.5k
Upday Journey to Microservices
maciejwalkowiak
2
160
Environment agnostic applications with Spring
maciejwalkowiak
2
440
Spring Data MongoDB
maciejwalkowiak
6
350
Other Decks in Programming
See All in Programming
AIコーディングの理想と現実
tomohisa
35
37k
Orleans + Sekiban + SignalR でリアルタイムWeb作ってみた
tomohisa
0
240
Optimizing JRuby 10
headius
0
580
20250429 - CNTUG Meetup #67 / DevOps Taiwan Meetup #69 - Deep Dive into Tetragon: Building Runtime Security and Observability with eBPF
tico88612
0
170
ぽちぽち選択するだけでOSSを読めるVSCode拡張機能
ymbigo
12
5.7k
REALITY コマンド作成チュートリアル
nishiuriraku
0
120
エンジニアが挑む、限界までの越境
nealle
1
320
プロダクト横断分析に役立つ、事前集計しないサマリーテーブル設計
hanon52_
3
550
KANNA Android の技術的課題と取り組み
watabee
0
200
生成AIで知るお願いの仕方の難しさ
ohmori_yusuke
1
110
AI時代の開発者評価について
ayumuu
0
230
ComposeでWebアプリを作る技術
tbsten
0
130
Featured
See All Featured
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
How to Think Like a Performance Engineer
csswizardry
23
1.6k
How STYLIGHT went responsive
nonsquared
100
5.5k
Making Projects Easy
brettharned
116
6.2k
Optimizing for Happiness
mojombo
378
70k
Building a Modern Day E-commerce SEO Strategy
aleyda
40
7.2k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Rails Girls Zürich Keynote
gr2m
94
13k
Become a Pro
speakerdeck
PRO
28
5.3k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
Site-Speed That Sticks
csswizardry
6
540
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