sping junit test
@ContextConfiguration(locations="classpath:spring.xml")
public class BaseTest extends AbstractJUnit4SpringContextTests{
@Test
testSomething(){}
}
@ContextConfiguration(locations="classpath:spring.xml")
public class BaseTest extends AbstractJUnit4SpringContextTests{
@Test
testSomething(){}
}