@RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration(locations = "file:WebContent/WEB-INF/applicationContext.xml") public class FileProcessorTest { @Autowired private FileProcessor fileProcessor; @Test public void testExecute() { fileProcessor.execute(); } }?
log4j.properties放在WEB-INF下时尚无解决方案,只好临时复制到classpath下。
?