mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-02 02:43:59 +08:00
未指定hsweb.app.name时,不进行依赖自动安装
This commit is contained in:
@@ -109,6 +109,9 @@ public class SystemInitializeAutoConfiguration implements CommandLineRunner, Bea
|
||||
public void run(String... args) throws Exception {
|
||||
DatabaseType type = DataSourceHolder.currentDatabaseType();
|
||||
SystemVersion version = appProperties.build();
|
||||
if(version.getName()==null){
|
||||
return;
|
||||
}
|
||||
Connection connection = null;
|
||||
String jdbcUserName;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user