Juint整合Log4j
生活随笔
收集整理的這篇文章主要介紹了
Juint整合Log4j
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
一般Log4j配置在web.xml中,在單元測試時,不需要啟動Tomcat,所有Log4j找不到配置文件
?
在測試類中手動加載 配置文件
PropertyConfigurator.configure("src/main/webapp/WEB-INF/log4j.properties");
DOMConfigurator.configure("src/main/webapp/WEB-INF/log4j.xml");
參數相對與項目 目錄
?
單元測試整合Srping使用注解
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration({ "classpath*:/applicationContext.xml",
"classpath*:/applicationUntil_Config.xml",
"classpath*:/spring-datasource.xml" })
?
轉載于:https://www.cnblogs.com/yfrs/p/6202520.html
總結
以上是生活随笔為你收集整理的Juint整合Log4j的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: tutorial_coreos 01-0
- 下一篇: [SOJ]连通性问题