随笔分类 -  sharding

SpringBoot集成jasypt,加密yml配置文件
摘要:一、Jasypt简介 Jasypt是一个Java简易加密库,用于加密配置文件中的敏感信息,如数据库密码。jasypt库与springboot集成,在实际开发中非常方便。 1、Jasypt Spring Boot 为 spring boot 应用程序中的属性源提供加密支持,出于安全考虑,Spring 阅读全文
posted @ 2024-04-09 10:22 腾逸 阅读(4446) 评论(0) 推荐(0)
MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 2
摘要:描述: 2021-08-xx 13:31:30.049 DEBUG 9208 : ==> Preparing: SELECT SUM(end_vt) - SUM(start_vt) FROM s_dc_volume where ADDITION = 0 and START_TIME >= ? and 阅读全文
posted @ 2021-08-21 13:59 腾逸 阅读(2795) 评论(0) 推荐(0)