1.XML document structures must start and end within the same entit
xml格式不对,<></> 必须是匹配的,你的没匹配
2.Could not resolve type alias 'com.t.mapper.CoInfo'.
命名空间namespace写错路径
3.
多写了注解@Autowired 这个;
在service类上没有写:“@Service”;
@Service
@Transactional
ServiceImpl 要写这个;