document.write("");
摘要: mvn clean install -P jdk-1.8 -Dmaven.repo.local=/xxxx/repository 阅读全文
posted @ 2022-08-31 14:07 人间春风意 阅读(91) 评论(0) 推荐(0) 编辑
摘要: DB URL中新增&allowPublicKeyRetrieval=true 如:spring.datasource.url=jdbc:mysql://127.0.0.1:3306/dbname??useUnicode=true&characterEncoding=utf8&useSSL=false 阅读全文
posted @ 2022-08-31 08:50 人间春风意 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 原 sun 加密: import sun.misc.BASE64Encoder; new BASE64Encoder().encode(encrypted) 修改后 import org.apache.commons.codec.binary.Base64; Base64.encodeBase64S 阅读全文
posted @ 2022-08-31 08:31 人间春风意 阅读(274) 评论(0) 推荐(0) 编辑