Merge remote-tracking branch 'origin/kingbase' into kingbase

kingbase
dshclm 10 months ago
commit 91d5b7be13

@ -172,5 +172,5 @@ license:
publicAlias: publicCert #密钥别称
storePass: public_password1234 #访问秘钥库的密码建议用统一平台的client_security
licensePath: license.lic #证书存储路径
publicKeysStorePath: D:/license/publicCerts.keystore #密钥库存储路径
publicKeysStorePath: publicCerts.keystore #密钥库存储路径
node_env: dev

@ -1,5 +1,6 @@
package com.ruoyi.license.domain;
import cn.hutool.core.io.resource.ClassPathResource;
import de.schlichtherle.license.AbstractKeyStoreParam;
import java.io.*;

Loading…
Cancel
Save