hanqingsong 3 år sedan
förälder
incheckning
35f74ef2ef
2 ändrade filer med 2 tillägg och 3 borttagningar
  1. 0 1
      depot-intelligent/pom.xml
  2. 2 2
      depot-intelligent/src/main/resources/bootstrap.yml

+ 0 - 1
depot-intelligent/pom.xml

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

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

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