在使用autowired,要在application的主類上加上掃描範圍app
@MapperScan("com.bitauto.report.dao")@ComponentScan("com.bitauto.report.*")