自动化立体仓库 - WMS系统
Junjie
2023-10-07 2fc0c174375c1d40ae5baeaa2a96f1ebfdd8c64e
src/main/java/com/zy/system/entity/license/LicenseCheckListener.java
@@ -63,6 +63,7 @@
        if(!Cools.isEmpty(licensePath)){
            logger.info("++++++++ 开始加载许可证 ++++++++");
            try {
            String publicKeysStoreFileName = this.getClass().getClassLoader().getResource(publicKeysStorePath).getPath();
            File publicKeysStoreFile = new File(publicKeysStoreFileName);
@@ -83,6 +84,9 @@
            logger.info("++++++++ 许可证加载结束 ++++++++");
            return install != null;
            } catch (Exception e) {
                return false;
            }
        }
        return false;