請問各位大神,我這個bug怎么解決呢
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
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
2018-11-15
舉報
2018-11-19
普通項目將xml放在src目錄下;maven項目xml放在src/main(test)/java目錄下
2018-11-15
資源的配置文件路徑有問題