Description:
Field userDAOMapper in com.gyj.springboot.controller.UserController required a bean of type 'com.gyj.springboot.dao.UserDAOMapper' that could not be found.
Action:
Consider defining a bean of type 'com.gyj.springboot.dao.UserDAOMapper' in your configuration.
你的配置文件里面没有扫描到你的mapper.xml文件
<property name="mapperLocations" value="classpath:org/lina/ssm/dao/*Mapper.xml" />
看你的value里的路径是不是不对