- JDK: JDK 17
- Framework: Spring boot 3.1.5
- Build: Maven 3.8.4
| Feature | Restful URI | Method |
|---|---|---|
| Blog List | /blog/list | GET |
| Blog Create | /blog/create | POST |
| Blog Detail | /blog/detail/{id} | GET |
| Blog Update | /blog/update/{id} | PUT |
| Blog Delete | /blog/delete/{id} | DELETE |
#Spring security #Auth #Validation #Testcase