会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
微风note
博客园
首页
新随笔
联系
订阅
管理
2023年12月19日
最近在使用SpringBoot整合MyBatis-Plus时出现的问题
摘要: 版本信息: IDEA2022、jdk17、maven3.8.6、Spring Boot 3+ MyBatis-Plus依赖版本信息: <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter<
阅读全文
posted @ 2023-12-19 16:11 qinbmake
阅读(1107)
评论(0)
推荐(0)
2023年12月14日
SpringBoot出现406的问题
摘要: 出现问题: 在项目中自定义返回类R时,没有写Getter和Setter方法 { "timestamp": "2023-12-14T14:01:37.153+00:00", "status": 406, "error": "Not Acceptable", "path": "/user" } 解决:在
阅读全文
posted @ 2023-12-14 22:06 qinbmake
阅读(72)
评论(0)
推荐(0)
SpringBoot+MyBatis-Plus没有扫描到Mapper的问题
摘要: 一、问题: WARN 22052 [ main] ConfigServletWebServerApplicationContext : No MyBatis mapper was found in '[xxx.xxx.xxxx]' package. Please check your configu
阅读全文
posted @ 2023-12-14 21:34 qinbmake
阅读(1885)
评论(0)
推荐(0)
公告