Skip to content

Commit

Permalink
更æ取消部å所æ敏感信息
Browse files Browse the repository at this point in the history
  • Loading branch information
zachma(马晨) committed Sep 2, 2024
1 parent d4dbe98 commit d2643c0
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
/** Created by caryliao on 2024/7/15 20:26 */
public class GenerateCodeMain {
public static void main(String[] args) {
String moduleName = "service-publish";
String tableName = "wedpr_service_auth_table";
String moduleName = "";
String tableName = "";
String prefixName = "";

// 代码生成器
Expand All @@ -23,10 +23,10 @@ public static void main(String[] args) {
// 数据源配置
com.baomidou.mybatisplus.generator.config.DataSourceConfig dsc = new DataSourceConfig();
dsc.setUrl(
"jdbc:mysql://139.159.202.235:3306/wedpr_sgd?characterEncoding=utf8&useSSL=false&serverTimezone=UTC");
"jdbc:mysql://xxxxxxxxxx:3306/xxxxxxx?characterEncoding=utf8&useSSL=false&serverTimezone=UTC");
dsc.setDriverName("com.mysql.cj.jdbc.Driver");
dsc.setUsername("root");
dsc.setPassword("Wedpr2023");
dsc.setUsername("xxx");
dsc.setPassword("xxxxxx");
mpg.setDataSource(dsc);

// 全局配置
Expand Down

0 comments on commit d2643c0

Please sign in to comment.