springboot的加載流程

在使用autowired,要在application的主類上加上掃描範圍app

@MapperScan("com.bitauto.report.dao")
@ComponentScan("com.bitauto.report.*")
相關文章
相關標籤/搜索