
MyBatis
文章平均质量分 50
MyBatis
一方湖泊
静下心来做一件事
展开
-
java代码中,报错“驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。”怎么解决?
SpringBoot程序接入SQLServer+MyBatisPlus启动时报错:驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。原创 2023-06-14 19:28:34 · 1391 阅读 · 2 评论 -
SQL Server复杂语句记录
SQL Server复杂语句记录原创 2021-09-29 10:55:11 · 357 阅读 · 0 评论 -
MyBatis的mapper.xml中SQL处理小于号、大于号、等于号、引号
替换处理原创 2022-09-28 10:54:22 · 2023 阅读 · 0 评论 -
MySQL 较复杂sql记录&MyBatis的动态sql拼接
…原创 2020-12-19 11:24:17 · 1175 阅读 · 1 评论 -
Mybatis的xml文件中sql语句记录
时间段查询<if test="knowledge.strDate != null"> AND `create_time` >= #{knowledge.strDate}</if><if test="knowledge.endDate != null"> AND `create_time` <= #{knowledge.endDate}</if>模糊查询<!-- 使用concat(str1,str2原创 2021-04-07 16:52:10 · 515 阅读 · 0 评论