07 2021 档案

摘要:jar版本<dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>2.2.8</version></dependency> 接前面的2篇随笔,继续写。此处看不到的源码,往前面2个博 阅读全文
posted @ 2021-07-29 18:24 夏风中的Young_Uncle 阅读(5183) 评论(0) 推荐(3) 编辑
摘要:1 可以参考源码: https://gitee.com/Zetting/my-gather/tree/master/springboot-aop-encrypt-field 基于上面的源码。我在我的实际项目中这样操作: 【源码里的加密算法在liunx上面有问题。自行更换加密算法 20210902补】 阅读全文
posted @ 2021-07-26 16:46 夏风中的Young_Uncle 阅读(1817) 评论(0) 推荐(0) 编辑
摘要:进入nacos 界面,账户密码默认 nacos/nacos 第一步 第二步 输入自己的命名空间 这个随意输入,最好有点代表意思,如 dev ,test ,uat ,xxx-dev等 第三步 添加自己的配置 阅读全文
posted @ 2021-07-16 17:15 夏风中的Young_Uncle 阅读(477) 评论(0) 推荐(0) 编辑
摘要:SpringBoot从2.1.13升级到2.3.11时候,发现commons-codec 变成了1.14 ,使用base64出现下列异常提示。 at org.apache.commons.codec.binary.Base64.validateCharacter(Base64.java:798)ja 阅读全文
posted @ 2021-07-16 16:59 夏风中的Young_Uncle 阅读(3073) 评论(0) 推荐(0) 编辑
摘要:package application.config.rabbit; import application.config.CommonConfig; import lombok.extern.slf4j.Slf4j; import org.springframework.amqp.core.*; i 阅读全文
posted @ 2021-07-16 16:49 夏风中的Young_Uncle 阅读(783) 评论(0) 推荐(0) 编辑