摘要: 方案1 <select id="xxx" resultType="java.lang.String"> SELECT * FROM testTable t <where> 1=1 <!-- 加choose:防止外部传入空数据,获取了全量数据 --> <choose> <when test="ids! 阅读全文
posted @ 2021-05-20 17:09 code汤 阅读(467) 评论(0) 推荐(0)
摘要: 一、PBEWithMD5AndDES加密算法 二、springboot集成jasypt pom <!--配置文件加密--> <dependency> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boot- 阅读全文
posted @ 2021-05-20 09:14 code汤 阅读(1659) 评论(0) 推荐(0)
摘要: 前置 CentOS7;Mysql5.7 安装 # 获取依赖 wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm # 安装依赖 yum -y localinstall mysql57-community- 阅读全文
posted @ 2021-05-20 00:13 code汤 阅读(55) 评论(0) 推荐(0)