19 lines
452 B
Markdown
19 lines
452 B
Markdown
---
|
||
|
||
---
|
||
|
||
# Java
|
||
|
||
## Intellij IDEA 使用及配置
|
||
|
||
### 使用@Autowired注解报红的解决办法
|
||
|
||
打开Settings -> Editor -> Inspections -> Spring -> Spring Core -> Code,找到Incorrect autowiring in Spring bean components,将代码审查级别从Error修改为Warning
|
||
|
||

|
||
|
||
## 开源框架若依 RuoYi
|
||
|
||
### 替换Mybatis为Mybatis-Plus
|
||
|