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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Maciej Walkowiak
October 26, 2015
Programming
0
590
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
4.4k
Performance Oriented Spring Data JPA & Hibernate
maciejwalkowiak
0
640
Spring for GraphQL
maciejwalkowiak
0
300
Troubleshooting Spring Boot Applications with Sentry
maciejwalkowiak
0
410
Spring Boot On Amazon Web services with Spring Cloud AWS
maciejwalkowiak
0
350
The State of Java Relational Persistence
maciejwalkowiak
6
1.7k
Upday Journey to Microservices
maciejwalkowiak
2
190
Environment agnostic applications with Spring
maciejwalkowiak
2
480
Spring Data MongoDB
maciejwalkowiak
6
400
Other Decks in Programming
See All in Programming
AI Assistants for Your Angular Solutions
manfredsteyer
PRO
0
130
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
120
nuget-server - あなたが必要だったNuGetサーバー
kekyo
PRO
0
220
API Platformを活用したPHPによる本格的なWeb API開発 / api-platform-book-intro
ttskch
1
130
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
810
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
3
1.2k
SourceGeneratorのマーカー属性問題について
htkym
0
180
Claude Code Skill入門
mayahoney
0
170
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
360
手戻りゼロ? Spec Driven Developmentとは@KAG AI week
tmhirai
1
190
New in Go 1.26 Implementing go fix in product development
sunecosuri
0
410
Claude Codeセッション現状確認 2026福岡 / fukuoka-aicoding-00-beacon
monochromegane
4
410
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
331
21k
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.1k
Building Adaptive Systems
keathley
44
2.9k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
99
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.2k
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
310
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
320
The SEO identity crisis: Don't let AI make you average
varn
0
410
Everyday Curiosity
cassininazir
0
160
How to Talk to Developers About Accessibility
jct
2
150
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.9k
My Coaching Mixtape
mlcsv
0
69
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