JAVA-4013: Moved 1 article to spring-boot-data-2

This commit is contained in:
sampadawagde 2021-01-12 19:12:12 +05:30
parent f2f12b21b8
commit 93e1567743
3 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,15 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>