Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 783 Bytes

File metadata and controls

36 lines (21 loc) · 783 Bytes

ExerciseCheckPointSpringJPA

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.

TODO

  1. create project with jpa and mysql dependency + web
  2. create the database from the console if you haven't
  3. create the configuration in the application.properties file
  4. run the application and see it works
  5. create the entity class
  6. create the repository interface
  7. create the service class
  8. create the controller class
  9. enjoy your project (: