该文被密码保护。 阅读全文
posted @ 2024-09-01 01:13 WhoKnows1 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-08-12 18:00 WhoKnows1 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 问题背景: SpringBoot框架下,MyBatis-Generator的插件生成了Dao.java、Bean.java、Mapper.xml,并且通过MapperScans注解把Dao层注入到Spring中。 但是Dao层本身没有添加@Mapper注解或者@Component注解,导致IDEA无 阅读全文
posted @ 2024-08-12 17:42 WhoKnows1 阅读(52) 评论(2) 推荐(0) 编辑
摘要: 参考文章 终于有人把@Autowired 和 @Resource 的区别说清楚了!_autowired和resource区别-CSDN博客https://blog.csdn.net/LJJ555a/article/details/132074655 重点总结 @Autowired 和 @Resour 阅读全文
posted @ 2024-08-12 17:06 WhoKnows1 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 参考文章 【SpringBoot】带你一文彻底搞懂RestController和Controller的关系与区别-CSDN博客https://blog.csdn.net/miles067/article/details/132567377 要点提取:@RestController 是一个组合注解,它 阅读全文
posted @ 2024-08-12 16:50 WhoKnows1 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 代码和代码修正提示如下: IDEA提示解决方案如下: 本人建议的解决方式是:无视这种代码修改提示。 AI回答出现提示的原因以及三种解决方式如下: 阅读全文
posted @ 2024-08-12 16:15 WhoKnows1 阅读(62) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2024-08-05 09:46 WhoKnows1 阅读(0) 评论(2) 推荐(0) 编辑
摘要: maven的settings.xml文件用途 Maven全局配置文件settings.xml详解_maven setting.xml-CSDN博客https://blog.csdn.net/qq_30757161/article/details/105011403 maven的settings.xm 阅读全文
posted @ 2024-06-15 01:21 WhoKnows1 阅读(9) 评论(2) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-06-15 00:22 WhoKnows1 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2024-06-15 00:19 WhoKnows1 阅读(4) 评论(0) 推荐(0) 编辑