|
@@ -28,8 +28,7 @@ import org.springframework.scheduling.annotation.EnableAsync;
|
|
public class ApiApplication {
|
|
public class ApiApplication {
|
|
|
|
|
|
static {
|
|
static {
|
|
- String runtimeLevel = System.getProperty("log.commonLevel");
|
|
|
|
- if (null == runtimeLevel) {
|
|
|
|
|
|
+ if (System.getProperty("log.commonLevel") == null) {
|
|
System.setProperty("log.commonLevel", "INFO");
|
|
System.setProperty("log.commonLevel", "INFO");
|
|
}
|
|
}
|
|
System.setProperty("hibernate.dialect.storage_engine", "innodb");
|
|
System.setProperty("hibernate.dialect.storage_engine", "innodb");
|