src/main/java/com/zy/system/entity/license/LicenseCheckListener.java
@@ -54,8 +54,7 @@ //root application context 没有parent ApplicationContext context = event.getApplicationContext().getParent(); if(context == null){ //TODO //loadLicense(); loadLicense(); } } @@ -83,8 +82,9 @@ LicenseContent install = licenseVerify.install(param); logger.info("++++++++ 许可证加载结束 ++++++++"); return install != null; // return true; } catch (Exception e) { return false; }