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 0196f1224f
commit 690b6d74bd
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>