Skip to content

Commit 7276e3a

Browse files
committed
worm strategy table
1 parent a7ace4f commit 7276e3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/resources/application-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spring:
66
datasource:
77
url: jdbc:mysql://47.101.42.169:3306/db_oss_service?characterEncoding=utf8&useSSL=false&useUnicode=true&allowPublicKeyRetrieval=true&serverTimezone=UTC
88
username: berry
9-
password: okmnji123
9+
password:
1010
driver-class-name: com.mysql.cj.jdbc.Driver
1111
type: com.alibaba.druid.pool.DruidDataSource
1212
platform: mysql
@@ -18,7 +18,7 @@ spring:
1818
# Redis服务器连接端口
1919
port: 6379
2020
# Redis服务器连接密码(默认为空)
21-
password: okmnji123
21+
password:
2222
jedis:
2323
pool:
2424
# 连接池最大连接数(使用负值表示没有限制)

src/test/java/com/berry/oss/CodeGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class CodeGenerator {
2828

2929
private static final String db = "47.101.42.169:3306/db_oss_service";
3030
private static final String dbUsername = "berry";
31-
private static final String dbPassword = "okmnji123";
31+
private static final String dbPassword = "";
3232
private static final String tableName = "worm_strategy";
3333
private static final String moduleName = "wormStrategy";
3434
private static final String author = "HiCooper";

0 commit comments

Comments
 (0)