Kaynağa Gözat

增加springboot-starter-test依赖

luoshi 3 yıl önce
ebeveyn
işleme
d4f480794a
2 değiştirilmiş dosya ile 11 ekleme ve 0 silme
  1. 5 0
      api-demo/pom.xml
  2. 6 0
      pom.xml

+ 5 - 0
api-demo/pom.xml

@@ -45,6 +45,11 @@
             <groupId>com.qmth.boot</groupId>
             <artifactId>core-uid</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-test</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>

+ 6 - 0
pom.xml

@@ -61,6 +61,12 @@
                 <artifactId>data-mybatis-plus</artifactId>
                 <version>${qmth.boot.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-starter-test</artifactId>
+                <version>2.3.7.RELEASE</version>
+                <scope>test</scope>
+            </dependency>
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>