好痛苦,能不能幫我看下啊,謝謝啦
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
2018-03-29
上面顯示xml路勁不對(duì)
2018-02-13
提示的事mapper路徑不存在,肯定是路徑寫錯(cuò)了,要把resources文件夾設(shè)置為源文件夾,然后應(yīng)該可以找到mapper
2018-01-20
配置文件截圖看看