IntelliJ IDEA Guide
Tips
Tutorials
Playlists
Technologies
Topics
About
Get IntelliJ IDEA
Up to Marco Codes - Spring Boot
Previous
3 of 15
Marco Codes - Spring Boot
Introduction to Spring Boot Crash Course
Hello World @RestController
GetMapping
DeleteMapping
PostMapping
Photo Upload
application.properties
Photo Download
Dependency Injection - Intro
Downloading Images
Recommended Project Structure
H2 Database - Intro
Spring Data JDBC - Repositories
Packaging & Deployment
The End & Next Steps
Next
GetMapping
Creating and testing @GetMapping
What's in the video?
Using @GetMapping to create a GET endpoint
Testing our endpoint
Hello World @RestController
DeleteMapping