Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 442 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 442 Bytes

SpringBoot Application

Student DAO interacts with MySQL server to create, read, update and delete with CammandLine runner.

Here we have used Entity Manager The following annotations are

  1. @Entity
  2. @Repository
  3. @Column(name=)
  4. @GeneratedValue(strategy=GenerationType.IDENTITY)
  5. @Transactional
  6. @Autowired
image