
springboot
029ye
这个作者很懒,什么都没留下…
展开
-
springboot 集成mybatisPlus 时,@MapperSan注解配置问题
springboot 集成mybatisPlus 时,@MapperSan注解配置问题原创 2023-03-12 13:16:01 · 515 阅读 · 0 评论 -
@JsonFormat 日期转换倒退一天
JsonFormat 日期转换倒退一天原创 2022-08-26 16:30:24 · 680 阅读 · 0 评论 -
SpringMvc 接收参数对象中使用枚举作为属性
SpringMvc 接收参数对象中使用枚举作为属性原创 2022-07-07 09:53:19 · 578 阅读 · 0 评论 -
redis list 实现消息队列 多线程消费
redis list 实现消息队列 多线程消费原创 2021-12-07 22:14:52 · 5155 阅读 · 0 评论 -
springboot + security + mybatis + pagehelper 集成NullPointException 异常原因
security 与pagehelper 一起使用时,如果用户对象直接实现UserDetails 接口,会导致分页查询时,空指针异常。解决办法:分页查询和security 用户对象分开,不要写一起原创 2021-10-15 21:13:23 · 278 阅读 · 0 评论 -
springboot2.X 部署到weblogic12.1.3.0.0
1、启动类继承 extends SpringBootServletInitializer implements WebApplicationInitializer重写:@Overrideprotected SpringApplicationBuilder configure(SpringApplicationBuilder application) {return applicati...原创 2019-11-05 11:42:50 · 2585 阅读 · 4 评论