update
This commit is contained in:
@@ -14,7 +14,6 @@ import com.jeesite.modules.ApiApplication;
|
|||||||
/**
|
/**
|
||||||
* 初始化数据表
|
* 初始化数据表
|
||||||
* @author ThinkGem
|
* @author ThinkGem
|
||||||
* @version 2020-5-26
|
|
||||||
*/
|
*/
|
||||||
@ActiveProfiles("test")
|
@ActiveProfiles("test")
|
||||||
@SpringBootTest(classes = ApiApplication.class)
|
@SpringBootTest(classes = ApiApplication.class)
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ import com.jeesite.modules.FastApplication;
|
|||||||
/**
|
/**
|
||||||
* 初始化数据表
|
* 初始化数据表
|
||||||
* @author ThinkGem
|
* @author ThinkGem
|
||||||
* @version 2020-5-26
|
|
||||||
*/
|
*/
|
||||||
@ActiveProfiles("test")
|
@ActiveProfiles("test")
|
||||||
@SpringBootTest(classes = FastApplication.class)
|
@SpringBootTest(classes = FastApplication.class)
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ import com.jeesite.modules.Application;
|
|||||||
/**
|
/**
|
||||||
* 初始化数据表
|
* 初始化数据表
|
||||||
* @author ThinkGem
|
* @author ThinkGem
|
||||||
* @version 2020-5-26
|
|
||||||
*/
|
*/
|
||||||
@ActiveProfiles("test")
|
@ActiveProfiles("test")
|
||||||
@SpringBootTest(classes=Application.class)
|
@SpringBootTest(classes=Application.class)
|
||||||
|
|||||||
Reference in New Issue
Block a user