摘要: @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) public @interface CompareField { public String value() default ""; } /** * 拥有自定义注解 @Com 阅读全文
posted @ 2021-04-09 15:36 把泥洗干净 阅读(570) 评论(0) 推荐(0)
摘要: Free Mybatis Plugin--mybatis方法与xml文件跳转 Translation--翻译 POJO to Json--对象转json GsonFormat--json转对象 Lombok--打包时自动生成get/set,不用手动添加 JRebel--热部署,收费。 阅读全文
posted @ 2021-08-12 09:45 把泥洗干净 阅读(65) 评论(0) 推荐(0)
摘要: 链接:https://pan.baidu.com/s/129w86CjT7cR-TcTaJB5g0w 提取码:4zhl 阅读全文
posted @ 2021-04-26 17:20 把泥洗干净 阅读(86) 评论(0) 推荐(0)
摘要: 链接:https://pan.baidu.com/s/1ltMH7Uggbbej4fQDJC9H4g 提取码:4yp6 阅读全文
posted @ 2020-09-15 11:25 把泥洗干净 阅读(539) 评论(0) 推荐(0)
摘要: select from table limit n,m 查询从n+1开始的m条数据 select from table limit n 查询n条数据 阅读全文
posted @ 2020-08-17 15:16 把泥洗干净 阅读(144) 评论(0) 推荐(0)