wuxw7
2018-11-25 d7717df0f80aac77eec9ba0345ea7f4487143f75
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);
        }
    }
}