shenjingwei 1 месяц назад
Родитель
Сommit
baee8034ee
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -85,6 +85,11 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-test</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-websocket</artifactId>