浏览代码

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

sunwie 2 年之前
父节点
当前提交
febbfbf067
共有 3 个文件被更改,包括 39 次插入5424 次删除
  1. 34 5419
      .idea/workspace.xml
  2. 2 2
      src/main/resources/j2cache/j2cache.properties
  3. 3 3
      src/main/resources/properties/jeeplus.properties

文件差异内容过多而无法显示
+ 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 =