新增标准节、优化设备统计
This commit is contained in:
@@ -31,7 +31,7 @@ public class TowerGenerator {
|
||||
// 是否在xml中添加二级缓存配置
|
||||
private static final boolean ENABLE_CACHE = false;
|
||||
// 数据库连接配置
|
||||
private static final String DB_URL = "jdbc:mysql://42.194.212.185:3308/tower?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8";
|
||||
private static final String DB_URL = "jdbc:mysql://1.14.159.185:3318/tower?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8";
|
||||
private static final String DB_DRIVER = "com.mysql.cj.jdbc.Driver";
|
||||
private static final String DB_USERNAME = "tower";
|
||||
private static final String DB_PASSWORD = "FXFZrhHbs3pma6Zh";
|
||||
@@ -66,7 +66,8 @@ public class TowerGenerator {
|
||||
// "tower_worksheet_set_up",
|
||||
// "tower_worksheet_audit",
|
||||
// "tower_worksheet_car_dispatch",
|
||||
"tower_project_building",
|
||||
// "tower_project_building",
|
||||
"tower_rent"
|
||||
};
|
||||
// 需要去除的表前缀
|
||||
private static final String[] TABLE_PREFIX = new String[]{
|
||||
|
||||
Reference in New Issue
Block a user