|
@@ -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服务器连接密码(默认为空)
|