Answers for "how to enable jpa in spring boot application add the spring boot starter"

2

springboot starter jpa

<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-data-jpa</artifactId>
  <version>2.4.1</version>
</dependency>
Posted by: Guest on January-06-2021

Code answers related to "how to enable jpa in spring boot application add the spring boot starter"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language