Parcourir la source

Merge branch 'dev' of chenweida/jw2.0 into dev

chenweida il y a 7 ans
Parent
commit
2daa484716

+ 2 - 2
svr/svr-demo/src/test/java/com/yihu/jw/controller/DemoControllerTest.java

@ -1,4 +1,4 @@
package com.yihu.jw.controller;
package com.yihu.jw.controller;  //目录要和web的目录一致
import com.yihu.jw.common.BaseTest;
import com.yihu.jw.common.BaseTest;
import org.junit.Before;
import org.junit.Before;
@ -19,7 +19,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
/**
/**
 * @author chenweida
 * @author chenweida
 *
 * 目录要和web的目录一致
 */
 */
@RunWith(SpringRunner.class)
@RunWith(SpringRunner.class)
@SpringBootTest
@SpringBootTest