kidgrow-commons/kidgrow-common-spring-boot-starter/src/main/java/com/kidgrow/common/constant/SecurityConstants.java
@@ -207,4 +207,10 @@ * rsa公钥 */ String RSA_PUBLIC_KEY = "pubkey.txt"; /** * AES 加解密 Key */ String AES_KEY= "Kidgrow@2801"; }