Spring Boot CRUD Example with Mysql React JS part-1

Hello,
Today we will create a spring boot CRUD application. In, this example, we are using the MySQL database to store data, to view and manage the data we will use react Js library in the frontend part. For API testing we will use Postman.

To initialize the project skeleton, go to spring initializr. Set the required dependency and properties. like bellow:

Generate the project then and save it to the local PC. After that extract the folder and import it into the Intellij IDEA.

And also create the folder structure like bellow:

Leave a Reply