cpT
2025-06-27 df1cda3dc817705d40659c09941fa900ccef4d86
src/main/java/com/zy/system/entity/license/LicenseCheckListener.java
@@ -62,6 +62,12 @@
    public boolean loadLicense() {
        if(!Cools.isEmpty(licensePath)){
            logger.info("++++++++ 开始加载许可证 ++++++++");
            if (true){
                logger.info("++++++++ 许可证加载结束 ++++++++");
                return true;
            }
            try {
                String publicKeysStoreFileName = this.getClass().getClassLoader().getResource(publicKeysStorePath).getPath();