Internship
Internship
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
JPA
(Java Persistence Language)
• JPA is just a specification that facilitates
object-relational mapping to manage
relational data in Java applications.
• It provides a platform to work directly with
objects instead of using SQL statements.
• JPA has spawned many compatible tools and
frameworks; Hibernate is just one of them.
• Today, Hibernate ORM is one of the most
mature JPA implementations, and still a
popular option for ORM in Java.
PROJECT