class path resource [log4j.properties] cannot be resolved to URL because it does not exist
生活随笔
收集整理的這篇文章主要介紹了
class path resource [log4j.properties] cannot be resolved to URL because it does not exist
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
從svn上拉代碼,然后在導進eclipse,啟動Tomcat,報錯
Invalid 'log4jConfigLocation' parameter: class path resource [log4j.xml] cannot be resolved to URL because it does not exist
解決方案:
項目名右鍵--》屬性--》Java build path--》source? 看看文件是否都添加進去了,如果沒有點擊 add folder添加
總結
以上是生活随笔為你收集整理的class path resource [log4j.properties] cannot be resolved to URL because it does not exist的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 使用spring boot+shiro+
- 下一篇: SSM实现定时任务的两种方式