Skip to content

Commit 3b9ca06

Browse files
committed
➕ add spring-boot-starter-data-jpa dependency
1 parent 7a4fab1 commit 3b9ca06

File tree

1 file changed

+4
-0
lines changed
  • IOT-Guide-RuleEngine-ThingsBoard

1 file changed

+4
-0
lines changed

IOT-Guide-RuleEngine-ThingsBoard/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
<artifactId>IOT-Guide-Actor</artifactId>
4141
<version>1.0-SNAPSHOT</version>
4242
</dependency>
43+
<dependency>
44+
<groupId>org.springframework.boot</groupId>
45+
<artifactId>spring-boot-starter-data-jpa</artifactId>
46+
</dependency>
4347
</dependencies>
4448

4549
<build>

0 commit comments

Comments
 (0)