Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

Spring Boot with Java

Argia Academy

Gede Hendra Saputra


About me
- Proud husband and father
- Software Engineer at Workday
- Technical Team Lead
- Technical Lead
- Team Lead
- Senior Architect
- Dublin, Ireland
- Belfast, Northern Ireland
- Jakarta and Bali, Indonesia
- Hobby
- Football
- Inline skating
- Coffee
- Video game
About me
- Proud husband and father
- Software Engineer at Workday
- Technical Team Lead
- Technical Lead
- Team Lead
- Senior Architect
- Dublin, Ireland
- Belfast, Northern Ireland
- Jakarta and Bali, Indonesia
- Hobby
- Football
- Inline skating
- Coffee
- Video game
Spring Boot with
Java
● Mature Framework
● Infrastructure
● Makes hard things easy to do
Spring Framework

Provides solutions to problems when building applications

● Web Applications
● Cloud Applications
● Microservices
● Serverless
● Event Driven
● And many more..
Spring Boot

● Opinionated view of building Spring Applications


● Provides Starter Dependencies
● Auto Configuration
● Production Ready Features
○ Metrics
○ Health Checks
○ Data access
○ Containerization
○ And many more
What we will make?

● Spring Boot REST Web API


○ Needs Java 11 and IntelliJ IDEA or Visual Studio Code
○ Go to start.spring.io then create new project
● Or just follow along :)
Frontend UI

HTTP REST API

Controller

Backend
Services
REST API

STORAGE
Repository

Ice Cream Shop


Thank You

You might also like