IntelliJ IDEA Guide
Tips
Tutorials
Playlists
Technologies
Topics
About
Get IntelliJ IDEA
Up to Marco Codes - Spring Boot
Previous
4 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
DeleteMapping
Creating and testing @DeleteMapping
What's in the video?
Using @DeleteMapping to create a DELETE endpoint
Testing our endpoint
Using the Javascript Console in your browser to execute DELETE requests
GetMapping
PostMapping