#
1
2025-05-06 2344514290d3f9bea98b1ac8dca4f02b924a865d
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();