java110-service/src/main/java/com/java110/service/init/ServiceStartInit.java @@ -16,7 +16,10 @@ } catch (Exception ex) { throw new IllegalStateException("system init error", ex); throw new IllegalStateException("系统初始化失败", ex); } } }