File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
api/jeecg-boot-module-system/src/main/resources Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ spring:
127127 connectionProperties : druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
128128 datasource :
129129 master :
130- url : jdbc:mysql://tzz.213.name :3306/teachingopen?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false
130+ url : jdbc:mysql://127.0.0.1 :3306/teachingopen?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false
131131 username : teachingopen
132132 password : teachingopen
133133 driver-class-name : com.mysql.jdbc.Driver
@@ -140,15 +140,15 @@ spring:
140140 # redis 配置
141141 redis :
142142 database : 2
143- host : tzz.213.name
143+ host : 127.0.0.1
144144 lettuce :
145145 pool :
146146 max-active : 8 # 最大连接数据库连接数,设 0 为没有限制
147147 max-idle : 8 # 最大等待连接中的数量,设 0 为没有限制
148148 max-wait : -1ms # 最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
149149 min-idle : 0 # 最小等待连接中的数量,设 0 为没有限制
150150 shutdown-timeout : 100ms
151- password : ' Chengyu1817 '
151+ password : ' '
152152 port : 6379
153153# mybatis plus 设置
154154mybatis-plus :
You can’t perform that action at this time.
0 commit comments