摘要: 今天学习springboot的一个入门,以及mybatisPlus部分内容 阅读全文
posted @ 2023-12-27 23:10 Men! 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 这个异常表明在 Spring MVC 中存在一个映射冲突,具体来说,是因为在 ScheduleController 类中有两个方法,分别是 save 和 update,它们被映射到相同的路径 {POST [/schedule]}。这导致了一个模糊的映射,Spring 无法确定到底应该使用哪个方法来处 阅读全文
posted @ 2023-12-27 23:04 Men! 阅读(319) 评论(0) 推荐(1) 编辑
摘要: 尝试执行测试 报错信息如下 关键信息 java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTes 阅读全文
posted @ 2023-12-27 21:22 Men! 阅读(39) 评论(0) 推荐(0) 编辑