com.ruoyi.system
com.ruoyi.file
system模块注入file中的bean
1.检查system模块的pom文件是否依赖了file clean - install
2.system模块的启动要添加@SpringBootApplication(scanBasePackages = {"com.ruoyi.file"})
原因:项目启动时,SpringBootApplication只会扫描当前包及子包。
com.ruoyi.system
com.ruoyi.file
system模块注入file中的bean
1.检查system模块的pom文件是否依赖了file clean - install
2.system模块的启动要添加@SpringBootApplication(scanBasePackages = {"com.ruoyi.file"})
原因:项目启动时,SpringBootApplication只会扫描当前包及子包。