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 @Entity @Repository @Column(name=) @GeneratedValue(strategy=GenerationType.IDENTITY) @Transactional @Autowired