oyq28 1 年之前
父节点
当前提交
8ac0b92a94
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/main/resources/application-dev.properties

+ 3 - 3
src/main/resources/application-dev.properties

@@ -1,6 +1,6 @@
-spring.datasource.url=jdbc:mysql://192.168.58.128:3306/imcs_platform?serverTimezone=GMT%2B8&useSSL=false
+spring.datasource.url=jdbc:mysql://localhost:3306/imcs_platform?serverTimezone=GMT%2B8&useSSL=false
 spring.datasource.username=root
-spring.datasource.password=root
+spring.datasource.password=123456
 #spring.datasource.driver-class-name=com.mysql.jdbc.Driver
 
 #spring-session-jdbc-2.6.1.jar!\org\springframework\session\jdbc\schema-mysql.sql
@@ -30,7 +30,7 @@ index-page=/admin/index.html
 # Redis数据库索引(默认为0)  开启sa-token-redis的配置
 spring.redis.database=0
 # Redis服务器地址
-spring.redis.host=192.168.58.128
+spring.redis.host=127.0.0.1
 # Redis服务器连接端口
 spring.redis.port=6379
 # Redis服务器连接密码(默认为空)