yaoll 4 rokov pred
rodič
commit
287957964a

+ 4 - 4
dmp-rwd-edit/pom.xml

@@ -17,10 +17,10 @@
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
         </dependency>
-<!--        <dependency>-->
-<!--            <groupId>org.springframework.boot</groupId>-->
-<!--            <artifactId>spring-boot-starter-data-redis</artifactId>-->
-<!--        </dependency>-->
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-data-redis</artifactId>
+        </dependency>
         <dependency>
             <groupId>com.persagy</groupId>
             <artifactId>dmp-model</artifactId>

+ 11 - 11
dmp-rwd-edit/src/main/resources/application.yml

@@ -33,14 +33,14 @@ spring:
     username: admin
     password: brzj123456
     virtual-host: /test
-#  redis:
-#    database: 10
-#    host: 192.168.64.15
-#    password: brzj123456
-#    port: 9944
-#    timeout: 6000
-#    pool:
-#      max-idle: 200
-#      min-idle: 5
-#      max-active: 1024
-#      max-wait: 1000
+  redis:
+    database: 10
+    host: 172.17.100.14
+    password: brzj123456
+    port: 9944
+    timeout: 6000
+    pool:
+      max-idle: 200
+      min-idle: 5
+      max-active: 1024
+      max-wait: 1000