DEV Community

Discussion on: How to create simple rest apis with springboot

Collapse
 
stealthmusic profile image
Jan Wedel

Always good to see some Java love around here 😊

Two recommendations:

  • Use @GetMapping and @PostMapping for better readability
  • use Lombok getters/setter for the entities

See dev.to/stealthmusic/modern-java-de...
😎

Collapse
 
adityasridhar profile image
Aditya Sridhar • Edited

Thank you for the suggestions :)

Will read the article :)

Collapse
 
stealthmusic profile image
Jan Wedel

BTW, Lombok is also available at start.spring.io ! Just type it in the dependencies search box.

Thread Thread
 
adityasridhar profile image
Aditya Sridhar

sure. thanks for letting me know :)