1. 0.3.3 bug fix

This commit is contained in:
jianguo 2024-06-04 16:09:07 +08:00
parent b0701543b1
commit b29961b0bf
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<groupId>org.aohe</groupId>
<artifactId>sane-service</artifactId>
<version>0.3.2</version>
<version>0.3.3</version>
<name>aohe-sane-service</name>

View File

@ -28,7 +28,7 @@ public class Main {
} catch (UnsupportedLookAndFeelException e) {
throw new RuntimeException(e);
} catch (Exception ex) {
log.info("应用已经启动,当前进程退出。");
log.error("应用已经启动,当前进程退出。",ex);
System.exit(0);
}