SpringBoot
文章平均质量分 52
爪哇国大法师一枚
6年java开发,java web,小程序,app,各种项目经验
展开
-
SpringBoot如何解决multi-statement not allow
SpringBoot如何解决multi-statement not allow解决办法:修改application.properties1.pring.datasource.druid.filters=stat,wall 删除wall2.url 添加allowMultiQueries=true原创 2020-04-14 10:32:47 · 1438 阅读 · 0 评论 -
SpringBoot 除了@Controller @RestController 类以外@Autowired 注入任何bean 都为null 空指针
springboot 除了@Controller @RestController 类以外@Autowired 注入任何bean 都为null 空指针在springboot项目中集成quartz时,需要使用到一个import org.springframework.scheduling.quartz.SchedulerFactoryBean这个类,并需要自动注入,在测试代码时,发现无法注入到普通....原创 2020-04-14 10:16:43 · 1009 阅读 · 0 评论 -
解决SpringBoot循环依赖
The dependencies of some of the beans in the application context form a cycle:casClientController (field private org.jeecg.modules.system.service.ISysUserService org.jeecg.modules.cas.controller.CasC...原创 2020-04-09 10:49:38 · 1985 阅读 · 0 评论