admin
2024-10-30 010ef2a907e66efd4702443c06cdd18f8a7ffa5b
src/test/java/com/hxh/spring/test/AcfunTest.java
@@ -19,9 +19,9 @@
import javax.annotation.Resource;
//@RunWith(SpringJUnit4ClassRunner.class) //使用junit4进行测试
//@ContextConfiguration(locations = {"classpath:spring.xml"})
//@WebAppConfiguration
@RunWith(SpringJUnit4ClassRunner.class) //使用junit4进行测试
@ContextConfiguration(locations = {"classpath:spring.xml"})
@WebAppConfiguration
public class AcfunTest {
    @Resource
@@ -29,7 +29,6 @@
    @org.junit.Test
    public void test1() {
        juHeVideoUpdateJob.updateAcFun();
    }
    @org.junit.Test