We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5871a commit ce308f2Copy full SHA for ce308f2
springboot-redis/src/main/resources/application.yml
@@ -7,9 +7,9 @@ spring:
7
profiles:
8
active: dev
9
datasource:
10
- url: jdbc:mysql://123.207.66.156:3306/test?useSSL=false&autoReconnect=true&tinyInt1isBit=false&useUnicode=true&characterEncoding=utf8
+ url: jdbc:mysql://127.0.0.1:3306/test?useSSL=false&autoReconnect=true&tinyInt1isBit=false&useUnicode=true&characterEncoding=utf8
11
username: root
12
- password: _EnZhi123
+ password: 123456
13
14
################### mybatis-plus配置 ###################
15
mybatis-plus:
@@ -45,7 +45,7 @@ spring:
45
use-key-prefix: true
46
cache-names: userCache,allUsersCache
47
redis:
48
- host: 123.207.66.156
+ host: 127.0.0.1
49
port: 6379
50
database: 0
51
lettuce:
0 commit comments