|
|
@ -1,5 +1,6 @@
|
|
|
|
package us.codecraft.dao;
|
|
|
|
package us.codecraft.dao;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import org.junit.Ignore;
|
|
|
|
import org.junit.Test;
|
|
|
|
import org.junit.Test;
|
|
|
|
import org.junit.runner.RunWith;
|
|
|
|
import org.junit.runner.RunWith;
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
@ -13,6 +14,7 @@ import us.codecraft.webmagic.model.DynamicClass;
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @author code4crafter@gmail.com
|
|
|
|
* @author code4crafter@gmail.com
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@Ignore
|
|
|
|
@RunWith(SpringJUnit4ClassRunner.class)
|
|
|
|
@RunWith(SpringJUnit4ClassRunner.class)
|
|
|
|
@ContextConfiguration(locations = {"classpath:/spring/applicationContext-*.xml"})
|
|
|
|
@ContextConfiguration(locations = {"classpath:/spring/applicationContext-*.xml"})
|
|
|
|
@Transactional
|
|
|
|
@Transactional
|
|
|
|