Skip to content

abc919ab1/ExerciseCheckPointSpringJPA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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 (:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors