Skip to content

Commit ce6011d

Browse files
committed
add EntityManagerInitializer
1 parent af305a7 commit ce6011d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

springboot-starter/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
<artifactId>spring-data-commons</artifactId>
2222
</dependency>
2323

24+
<dependency>
25+
<groupId>org.springframework</groupId>
26+
<artifactId>spring-tx</artifactId>
27+
</dependency>
28+
2429
<dependency>
2530
<groupId>org.springframework</groupId>
2631
<artifactId>spring-web</artifactId>

0 commit comments

Comments
 (0)