Failed to convert property value of type 'java.lang.String' to required type 'org.springframework.core.io.Resource[]' for property 'mapperLocations'; nested exception is java.lang.IllegalArgumentException: Could not resolve resource location pattern [mapper/*.xml]: ServletContext resource [/mapper/] cannot be resolved to URL because it does not exist
上面显示xml路劲不对
提示的事mapper路径不存在,肯定是路径写错了,要把resources文件夹设置为源文件夹,然后应该可以找到mapper
配置文件截图看看