Browse Source

更改redis为本地,数据库为164线上库

sunwie 2 years ago
parent
commit
febbfbf067

File diff suppressed because it is too large
+ 34 - 5419
.idea/workspace.xml


+ 2 - 2
src/main/resources/j2cache/j2cache.properties

@@ -88,9 +88,9 @@ redis.cluster_name = j2cache
 redis.namespace =
 
 ## connection 127.0.0.1
-redis.hosts = 127.0.0.1:16379
+redis.hosts = 127.0.0.1:6379
 redis.timeout = 2000
-redis.password = edyj123456
+redis.password =
 redis.database = 6
 
 ## redis pool properties

+ 3 - 3
src/main/resources/properties/jeeplus.properties

@@ -5,9 +5,9 @@
 #mysql database setting
 jdbc.type=mysql
 jdbc.driver=com.mysql.jdbc.Driver 
-jdbc.url=jdbc:mysql://localhost:53306/leader_db_product?useUnicode=true&characterEncoding=utf-8
-jdbc.username=wxy
-jdbc.password=wxy123456
+jdbc.url=jdbc:mysql://117.78.49.164:53306/leader_db_product?useUnicode=true&characterEncoding=utf-8
+jdbc.username=yanshi
+jdbc.password=yanshi123456
 #jdbc.password=root
 jdbc.testSql=SELECT 'x'
 jdbc.dual =