07 2021 档案
摘要:自定义注解 打印日志注解 import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.
阅读全文
摘要:setSqlSelect SELECT 查询字段 where WHERE 语句,拼接 + WHERE 条件 and AND 语句,拼接 + AND 字段=值 andNew AND 语句,拼接 + AND (字段=值) or OR 语句,拼接 + OR 字段=值 orNew OR 语句,拼接 + OR
阅读全文
摘要:# 声明该配置文件是一个根配置文件,从该配置文件所在的目录开始扫描 config.stopBubbling=true # 全局配置 equalsAndHashCode 的 callSuper 属性为true lombok.equalsAndHashCode.callSuper=call
阅读全文
摘要:1、引入jar包(示例) implementation group: 'com.github.pagehelper', name: 'pagehelper-spring-boot-starter', version: 'XXXX' 2、添加配置(示例) #pagehelper分页插件 pagehel
阅读全文

浙公网安备 33010602011771号