Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 1.65 KB

README.md

File metadata and controls

23 lines (22 loc) · 1.65 KB

SpringJPADemo

1.creation of the file structure
Screenshot 2022-09-12 at 23 19 43


2.model creation

Screenshot 2022-09-12 at 23 20 56


3.Repository creation with no custom interface importing Jparepository

Screenshot 2022-09-12 at 23 22 41


4.Service creation(service interface and service implementation)

Screenshot 2022-09-12 at 23 24 15

Screenshot 2022-09-12 at 23 25 19


5.Controller creation

Screenshot 2022-09-12 at 23 26 13


6.main file with the main method

Screenshot 2022-09-12 at 23 27 07

7.How to structure application.properties file

Screenshot 2022-09-12 at 23 31 06