
springboot后端
文章平均质量分 61
来自武理的小马
Fight or not? this is a question! I missed the part where this's my problem!
展开
-
毕业设计Spring boot问题记录(后端三):java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax;
原创博文,欢迎转载,转载时请务必附上博文链接,感谢您的尊重报错情况intell IDEA调试台报错Caused by: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'describe,state FROM sys原创 2022-05-12 15:40:09 · 487 阅读 · 0 评论 -
毕业设计Spring boot问题记录(后端三):springSecurity 登录时账号密码正确后,总是重定向至登陆页面,定义successHandler配置失效
原创博文,欢迎转载,转载时请务必附上博文链接,感谢您的尊重kzhi报错信息POSTMAN调试结果控制台信息2022-05-08 19:58:32.530 INFO 8160 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManag原创 2022-05-08 20:28:24 · 2537 阅读 · 1 评论 -
毕业设计Spring boot问题记录(后端二):No qualifying bean of type “xxx“: expected at least 1 bean which qualifies…
报错信息:No qualifying bean of type “xxx”idea Disconnected from the target VM, address: ‘127.0.0.1:61934’, transport: ‘socket’Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException:No qualifying bean of type “xxx”……Event Log被我清空了,所以我这里是原创 2022-05-04 19:37:52 · 502 阅读 · 0 评论 -
毕业设计问题记录(后端一):Cannot resolve method ‘setUseDeprecatedExecutor‘ in ‘MybatisConfiguration‘
关于Mybatis-Plus分页插件报错在后端使用Mybatis-Plus的分页插件的时候,按照官网的提示,写了一句代码return configuration -> configuration.setUseDeprecatedExecutor(false);然后就开始了我的噩梦报错(强迫症噩梦~)解决我在网上搜了很久,始终不能解决这个问题,自己对于Mybatis-Plus的底层逻辑也不是很有信心,就也不敢删除这一句代码。但是这个报错真的是逼死我这个强迫症了,好像写代码的人多多少少都原创 2022-04-29 11:53:46 · 5181 阅读 · 8 评论