Skip to content

Commit

Permalink
commit 2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bwcx-jzy committed Nov 14, 2019
1 parent afde8e8 commit f533d8a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
9. 【Server】 优化ssh上传文件、删除文件
10. InternalError 异常捕捉

### 升级注意

1. 此版本更新控制台日志级别有调整,如果使用管理命令方式运行日志级别将不再打印info级别,如果需要打印info级别的请调整管理命令中的`--spring.profiles.active=pro``--spring.profiles.active=dev`

-----------------------------------------------------------

## 2.4.5
Expand Down
2 changes: 1 addition & 1 deletion docs/js/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
var version = '2.4.5';
var version = '2.4.6';
2 changes: 1 addition & 1 deletion docs/versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"tag_name": "v2.4.5"
"tag_name": "v2.4.6"
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public void onApplicationEvent(ApplicationEvent event) {
ApplicationEventLoad eventLoad = (ApplicationEventLoad) SpringUtil.getBean(JpomApplication.getAppClass());
eventLoad.applicationLoad();
}
DefaultSystemLog.getLog().error("Jpom 启动成功");
} else if (event instanceof ContextClosedEvent) {
// 应用关闭
this.unLockFile();
Expand Down

0 comments on commit f533d8a

Please sign in to comment.