在編譯的時(shí)候出現(xiàn)了錯(cuò)誤,求各位大神幫我看一下
這是錯(cuò)誤:
parsing XML document from class path resource [cla]; nested exception is java.io.FileNotFoundException: class path resource [cla] cannot be opened because it does not exist
然后左上角出現(xiàn)了這個(gè)
這是錯(cuò)誤:
parsing XML document from class path resource [cla]; nested exception is java.io.FileNotFoundException: class path resource [cla] cannot be opened because it does not exist
然后左上角出現(xiàn)了這個(gè)
2018-11-15
舉報(bào)
2019-09-29
要么就是加載xml文件的路徑不對(duì)
2019-09-29
根據(jù)報(bào)錯(cuò)提示,你這個(gè)文件不存在。建議查看是否存在,然后刷新下工程
2018-11-15
雖然看不全,你看下對(duì)應(yīng)的接口是不是不存在