Browse Source

submit code

zhouxianguang 6 years ago
parent
commit
4eeed7eee9

+ 3 - 3
dev/api-web-dev.properties

@@ -1,12 +1,12 @@
-eureka.client.service-url.defaultZone=http://discovery.rankin.com:8821/eureka/
+eureka.client.service-url.defaultZone=http://127.0.0.1:8821/eureka/
 
 request.header.ignore_path=token
 
 ## redis 配置
-spring.redis.host=r-2ze20a12a3fa8464.redis.rds.aliyuncs.com
+spring.redis.host=127.0.0.1
 #spring.redis.host=localhost
 spring.redis.port=6379
-spring.redis.password=Lingj20170915
+spring.redis.password=
 #spring.redis.password=
 spring.redis.timeout=3000
 spring.redis.pool.max-idle=8

+ 1 - 1
dev/cms-web-dev.properties

@@ -1,4 +1,4 @@
-eureka.client.service-url.defaultZone=http://discovery.rankin.com:8821/eureka/
+eureka.client.service-url.defaultZone=
 
 #出现错误时, 直接抛出异常
 spring.mvc.throw-exception-if-no-handler-found=true

+ 4 - 4
dev/product-service-dev.properties

@@ -1,9 +1,9 @@
-eureka.client.service-url.defaultZone=http://discovery.rankin.com:8821/eureka/
+eureka.client.service-url.defaultZone=http://127.0.0.1:8821/eureka/
 
-spring.datasource.url=jdbc:mysql://rm-2ze6wuss9487q3o3g.mysql.rds.aliyuncs.com/dev_test?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
+spring.datasource.url=jdbc:mysql://192.168.1.206:3306/rankin_dev?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
 spring.datasource.driverClassName=com.mysql.jdbc.Driver
-spring.datasource.username=rankin
-spring.datasource.password=Rankin!@#
+spring.datasource.username=root
+spring.datasource.password=1!2@3#4$
 
 spring.jpa.properties.hibernate.hbm2ddl.auto=update
 spring.jpa.properties.hibernate.show_sql=true

+ 4 - 4
dev/rankin-task-dev.properties

@@ -1,9 +1,9 @@
-eureka.client.service-url.defaultZone=http://discovery.rankin.com:8821/eureka/
+eureka.client.service-url.defaultZone=http://127.0.0.1:8821/eureka/
 
-spring.datasource.url=jdbc:mysql://rm-2ze6wuss9487q3o3g.mysql.rds.aliyuncs.com/dev_test?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
+spring.datasource.url=jdbc:mysql://192.168.1.206:3306/rankin_dev?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
 spring.datasource.driverClassName=com.mysql.jdbc.Driver
-spring.datasource.username=rankin
-spring.datasource.password=Rankin!@#
+spring.datasource.username=root
+spring.datasource.password=1!2@3#4$
 
 spring.jpa.properties.hibernate.hbm2ddl.auto=update
 spring.jpa.properties.hibernate.show_sql=true

+ 4 - 4
dev/resource-service-dev.properties

@@ -1,10 +1,10 @@
-eureka.client.service-url.defaultZone=http://discovery.rankin.com:8821/eureka/
+eureka.client.service-url.defaultZone=
 
 # database config
-spring.datasource.url=jdbc:mysql://rm-2ze6wuss9487q3o3g.mysql.rds.aliyuncs.com/dev_test?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
+spring.datasource.url=jdbc:mysql://192.168.1.206:3306/rankin_dev?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
 spring.datasource.driverClassName=com.mysql.jdbc.Driver
-spring.datasource.username=rankin
-spring.datasource.password=Rankin!@#
+spring.datasource.username=root
+spring.datasource.password=1!2@3#4$
 
 spring.jpa.properties.hibernate.hbm2ddl.auto=update
 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect

+ 4 - 4
dev/trade-service-dev.properties

@@ -1,9 +1,9 @@
-eureka.client.service-url.defaultZone=http://discovery.rankin.com:8821/eureka/
+eureka.client.service-url.defaultZone=http://127.0.0.1:8821/eureka/
 
-spring.datasource.url=jdbc:mysql://rm-2ze6wuss9487q3o3g.mysql.rds.aliyuncs.com/dev_test?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
+spring.datasource.url=jdbc:mysql://192.168.1.206:3306/rankin_dev?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
 spring.datasource.driverClassName=com.mysql.jdbc.Driver
-spring.datasource.username=rankin
-spring.datasource.password=Rankin!@#
+spring.datasource.username=root
+spring.datasource.password=1!2@3#4$
 
 spring.jpa.properties.hibernate.hbm2ddl.auto=update
 spring.jpa.properties.hibernate.show_sql=true

+ 4 - 4
dev/user-service-dev.properties

@@ -1,9 +1,9 @@
-eureka.client.service-url.defaultZone=http://discovery.rankin.com:8821/eureka/
+eureka.client.service-url.defaultZone=http://127.0.0.1:8821/eureka/
 
-spring.datasource.url=jdbc:mysql://rm-2ze6wuss9487q3o3g.mysql.rds.aliyuncs.com/dev_test?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
+spring.datasource.url=jdbc:mysql://192.168.1.206:3306/rankin_dev?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
 spring.datasource.driverClassName=com.mysql.jdbc.Driver
-spring.datasource.username=rankin
-spring.datasource.password=Rankin!@#
+spring.datasource.username=root
+spring.datasource.password=1!2@3#4$
 
 spring.jpa.properties.hibernate.hbm2ddl.auto=update
 spring.jpa.properties.hibernate.show_sql=true