org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):
com.immoc.demo.dao.AreaDao.areaList
@Autowired改成 @Resource(name="UserServiceImpl") name指向你自己的实现类