Skip to content

Commit

Permalink
➕ add spring-boot-starter-data-jpa dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sanshengshui committed Oct 16, 2021
1 parent 7a4fab1 commit 3b9ca06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions IOT-Guide-RuleEngine-ThingsBoard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
<artifactId>IOT-Guide-Actor</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 3b9ca06

Please sign in to comment.