perf:调整登录模块
This commit is contained in:
@@ -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";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user