DEV Community

Discussion on: How to create simple rest apis with springboot

Collapse
 
arj profile image
arj

Just have a look at the official guides.
spring.io/guides/

There is one for relational database access (spring.io/guides/gs/relational-dat...) and for others as well.