1. Invalid bound statement (not found)2. Could not resolve type alias ‘user’. 1. Invalid bound statement (not found)无效的绑定声明 需要配置 xml 的文件路径 mybatis: mapper-locations: classpath:mapper./*Mapper.xml 2. Could not resolve type alias ‘user’.找不到类型别名 需要开启别名扫描 mybatis: type-aliases-package: com.xxb.mybatisDemon.entity