perf:调整登录模块

This commit is contained in:
曾文豪
2023-01-03 18:10:53 +08:00
parent 0e2c477ee3
commit e5db6cdcb7
26 changed files with 516 additions and 146 deletions

View File

@@ -20,7 +20,7 @@ import java.util.List;
public class DbMigrationConfig {
private String table = "core_db_migration";
private List<String> locations = CollUtil.newArrayList("classpath:db/migration/*.sql");
private List<String> locations = CollUtil.newArrayList("classpath*:db/migration/*.sql");
private String ignoreSqls = "drop,delete";
/**