commit 2.4.6

This commit is contained in:
bwcx_jzy 2019-11-14 13:46:03 +08:00
parent afde8e8e8b
commit f533d8abe3
4 changed files with 7 additions and 2 deletions

View File

@ -20,6 +20,10 @@
9. 【Server】 优化ssh上传文件、删除文件
10. InternalError 异常捕捉
### 升级注意
1. 此版本更新控制台日志级别有调整如果使用管理命令方式运行日志级别将不再打印info级别如果需要打印info级别的请调整管理命令中的`--spring.profiles.active=pro` 为 `--spring.profiles.active=dev`
-----------------------------------------------------------
## 2.4.5

View File

@ -1 +1 @@
var version = '2.4.5';
var version = '2.4.6';

View File

@ -1,3 +1,3 @@
{
"tag_name": "v2.4.5"
"tag_name": "v2.4.6"
}

View File

@ -64,6 +64,7 @@ public class JpomApplicationEvent implements ApplicationEventClient {
ApplicationEventLoad eventLoad = (ApplicationEventLoad) SpringUtil.getBean(JpomApplication.getAppClass());
eventLoad.applicationLoad();
}
DefaultSystemLog.getLog().error("Jpom 启动成功");
} else if (event instanceof ContextClosedEvent) {
// 应用关闭
this.unLockFile();