mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-02 11:58:01 +08:00
commit 2.4.6
This commit is contained in:
parent
afde8e8e8b
commit
f533d8abe3
@ -20,6 +20,10 @@
|
||||
9. 【Server】 优化ssh上传文件、删除文件
|
||||
10. InternalError 异常捕捉
|
||||
|
||||
### 升级注意
|
||||
|
||||
1. 此版本更新控制台日志级别有调整,如果使用管理命令方式运行日志级别将不再打印info级别,如果需要打印info级别的请调整管理命令中的`--spring.profiles.active=pro` 为 `--spring.profiles.active=dev`
|
||||
|
||||
-----------------------------------------------------------
|
||||
|
||||
## 2.4.5
|
||||
|
@ -1 +1 @@
|
||||
var version = '2.4.5';
|
||||
var version = '2.4.6';
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"tag_name": "v2.4.5"
|
||||
"tag_name": "v2.4.6"
|
||||
}
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user