Skip to content
Snippets Groups Projects
Commit 7580b415 authored by Lukas Karsch's avatar Lukas Karsch
Browse files

switch out data-jdbc for data-jpa

parent e2cf1a30
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jdbc</artifactId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment