File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
datasource :
7
7
url : jdbc:mysql://47.101.42.169:3306/db_oss_service?characterEncoding=utf8&useSSL=false&useUnicode=true&allowPublicKeyRetrieval=true&serverTimezone=UTC
8
8
username : berry
9
- password : okmnji123
9
+ password :
10
10
driver-class-name : com.mysql.cj.jdbc.Driver
11
11
type : com.alibaba.druid.pool.DruidDataSource
12
12
platform : mysql
@@ -18,7 +18,7 @@ spring:
18
18
# Redis服务器连接端口
19
19
port : 6379
20
20
# Redis服务器连接密码(默认为空)
21
- password : okmnji123
21
+ password :
22
22
jedis :
23
23
pool :
24
24
# 连接池最大连接数(使用负值表示没有限制)
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public class CodeGenerator {
28
28
29
29
private static final String db = "47.101.42.169:3306/db_oss_service" ;
30
30
private static final String dbUsername = "berry" ;
31
- private static final String dbPassword = "okmnji123 " ;
31
+ private static final String dbPassword = "" ;
32
32
private static final String tableName = "worm_strategy" ;
33
33
private static final String moduleName = "wormStrategy" ;
34
34
private static final String author = "HiCooper" ;
You can’t perform that action at this time.
0 commit comments