master
bseayin 2019-08-17 20:46:13 +08:00
parent 72d9d0afc7
commit 89a3bae73a
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,12 @@
<artifactId>spring-boot-starter-data-jpa</artifactId> <artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency> </dependency>
<!-- 添加测试 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
</dependencies> </dependencies>
<repositories> <repositories>