2023-03-10 23:50:10 +08:00

19 lines
452 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
---
# Java
## Intellij IDEA 使用及配置
### 使用@Autowired注解报红的解决办法
打开Settings -> Editor -> Inspections -> Spring -> Spring Core -> Code找到Incorrect autowiring in Spring bean components将代码审查级别从Error修改为Warning
![image-20230309133646128](https://markdownhexo.oss-cn-hangzhou.aliyuncs.com/img/image-20230309133646128.png)
## 开源框架若依 RuoYi
### 替换Mybatis为Mybatis-Plus