Create a spring boot project that connects to a database.
The application wil manage at least one entity.
Will have all the crud functionalities.
Will have at least:
3 jpa custom methods, 1 jpql queries, 1 native queriy.
When you finish create a pull request like you do for the labs and send me a message on Slack.
I will review it.
It must be complete before Tuesday.
- create project with jpa and mysql dependency + web
- create the database from the console if you haven't
- create the configuration in the application.properties file
- run the application and see it works
- create the entity class
- create the repository interface
- create the service class
- create the controller class
- enjoy your project (: