摘要: 0.背景 使用mapstruct时出现: Unknown property "xxx" in result type xxx. Did you mean "null"? 同时,项目中也用到了lombok。 mapstruct版本: 1.4.1.Final lombok版本: 1.8.22 (继承的S 阅读全文
posted @ 2023-03-15 21:15 牧之丨 阅读(876) 评论(0) 推荐(0) 编辑
摘要: 在我们的服务中不可避免的需要使用到一些秘钥(数据库、redis等);使用过SpringBoot配置文件的朋友都知道,资源文件中的内容通常情况下是明文显示,安全性就比较低一些。打开application.properties或application.yml,比如mysql登陆密码,redis登陆密码以 阅读全文
posted @ 2023-03-15 21:10 牧之丨 阅读(1628) 评论(0) 推荐(0) 编辑
摘要: package com.abc.apollo.common.util; import javax.crypto.IllegalBlockSizeException; import java.security.PrivateKey; import java.security.PublicKey; im 阅读全文
posted @ 2023-03-15 11:48 牧之丨 阅读(286) 评论(0) 推荐(0) 编辑