随笔分类 - 问题记录
记录项目运行时出现的各种问题及解决方法
摘要:版本信息: IDEA2022、jdk17、maven3.8.6、Spring Boot 3+ MyBatis-Plus依赖版本信息: <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter<
阅读全文
摘要:出现问题: 在项目中自定义返回类R时,没有写Getter和Setter方法 { "timestamp": "2023-12-14T14:01:37.153+00:00", "status": 406, "error": "Not Acceptable", "path": "/user" } 解决:在
阅读全文
摘要:一、问题: WARN 22052 [ main] ConfigServletWebServerApplicationContext : No MyBatis mapper was found in '[xxx.xxx.xxxx]' package. Please check your configu
阅读全文