Kaynağa Gözat

test Packet

hanqingsong 3 yıl önce
ebeveyn
işleme
35f74ef2ef

+ 0 - 1
depot-intelligent/pom.xml

@@ -104,7 +104,6 @@
104
         <dependency>
104
         <dependency>
105
             <groupId>org.springframework.boot</groupId>
105
             <groupId>org.springframework.boot</groupId>
106
             <artifactId>spring-boot-starter-test</artifactId>
106
             <artifactId>spring-boot-starter-test</artifactId>
107
-            <scope>test</scope>
108
         </dependency>
107
         </dependency>
109
         <dependency>
108
         <dependency>
110
             <groupId>org.apache.poi</groupId>
109
             <groupId>org.apache.poi</groupId>

+ 2 - 2
depot-intelligent/src/main/resources/bootstrap.yml

@@ -31,11 +31,11 @@ spring:
31
     host: 127.0.0.1
31
     host: 127.0.0.1
32
     port: 6379
32
     port: 6379
33
     password:
33
     password:
34
-    timeout: 3000
34
+    timeout: 3000ms
35
     jedis:
35
     jedis:
36
       pool:
36
       pool:
37
         max-active: 8
37
         max-active: 8
38
-        max-wait: -1
38
+        max-wait: -1ms
39
         max-idle: 8
39
         max-idle: 8
40
         min-idle: 0
40
         min-idle: 0
41
   # 静态资源配置
41
   # 静态资源配置