From f62436cb157b99d10daa8a9c2a8ea683b4a7e2e6 Mon Sep 17 00:00:00 2001 From: fangcheng Date: Fri, 17 Mar 2017 13:56:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=92=8Credis=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/dev/redis.properties | 4 +-- center.manager/src/main/resources/xml/app-sync.xml | 2 +- .../src/main/resources/xml/app-timer.xml | 4 +-- .../src/main/resources/dev/redis.properties | 33 ---------------------- 4 files changed, 5 insertions(+), 38 deletions(-) delete mode 100644 hospital.web/src/main/resources/dev/redis.properties diff --git a/center.manager/src/main/resources/dev/redis.properties b/center.manager/src/main/resources/dev/redis.properties index b7843bc..f6314e7 100644 --- a/center.manager/src/main/resources/dev/redis.properties +++ b/center.manager/src/main/resources/dev/redis.properties @@ -1,6 +1,6 @@ -redis.host1=127.0.0.1 +redis.host1=119.90.57.26 redis.port1=6379 -redis.password1= +redis.password1=Lyms123456 #redis.host1=127.0.0.1 #redis.port1=6379 #redis.password1=Lyms123456 diff --git a/center.manager/src/main/resources/xml/app-sync.xml b/center.manager/src/main/resources/xml/app-sync.xml index 68f5344..ef5157e 100644 --- a/center.manager/src/main/resources/xml/app-sync.xml +++ b/center.manager/src/main/resources/xml/app-sync.xml @@ -9,7 +9,7 @@ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.2.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.2.xsd"> - + diff --git a/center.manager/src/main/resources/xml/app-timer.xml b/center.manager/src/main/resources/xml/app-timer.xml index 6552600..26ad360 100644 --- a/center.manager/src/main/resources/xml/app-timer.xml +++ b/center.manager/src/main/resources/xml/app-timer.xml @@ -18,6 +18,6 @@ - - + + \ No newline at end of file diff --git a/hospital.web/src/main/resources/dev/redis.properties b/hospital.web/src/main/resources/dev/redis.properties deleted file mode 100644 index f6314e7..0000000 --- a/hospital.web/src/main/resources/dev/redis.properties +++ /dev/null @@ -1,33 +0,0 @@ -redis.host1=119.90.57.26 -redis.port1=6379 -redis.password1=Lyms123456 -#redis.host1=127.0.0.1 -#redis.port1=6379 -#redis.password1=Lyms123456 - - -#redis.password1= -#redis.host2=192.168.56.254 -#redis.port2=6382 -#redis.password2= -#redis.host3=192.168.56.254 -#redis.port3=6383 -#redis.password2= -#redis.host4=192.168.56.254 -#redis.port4=6384 -#redis.password4= -#redis.host5=192.168.56.254 -#redis.port5=6385 -#redis.password5= -#redis.host6=192.168.56.254 -#redis.port6=6386 -#redis.password6= - - -redis.minIdle=1 -redis.maxIdle=300 -redis.maxActive=600 -redis.maxWait=1000 -redis.testOnBorrow=true -redis.HttpSession.redisNamespace=hospital.mac -spring.redis.cluster.max-redirects= 3 -- 1.8.3.1