Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

SpringBoot_Project

W1

  • 1.1 SpringBoot layer: controller, entity, service, DAO
  • 1.2 @SpringBootApplication: start for the spring-boot app, combination of @SpringBootConfiguration, @EnableAutoConfiguration, @ComponentScan (scans @Component, @Service, @Repository, @Controller
  • 1.3 JpaRepository: => It is Spring Data JPA, simplifying the operation of CRUD
  • 2.1 POJO VS Entity: All Entities are part of POJO. POJO may not be entity

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages