Src的編譯的class文件,所以test.xml也在裏面 webRoot裏面的文件test.xml是在裏面 若是src裏面有一個類,使用/test.xml,這個類用的/表明的是哪個是src仍是webRoot
src中的test.xml編譯到服務器後是「項目名\WebRoot\WEB-INF\classes\test.xml」中; WebRoot中的test.xml在WebRoot\test.xml中。