format code
This commit is contained in:
@@ -29,7 +29,7 @@ import java.util.List;
|
|||||||
* @version 2018-08-11
|
* @version 2018-08-11
|
||||||
*/
|
*/
|
||||||
@ActiveProfiles("test")
|
@ActiveProfiles("test")
|
||||||
@SpringBootTest(classes=ApplicationTest.class)
|
@SpringBootTest(classes = ApplicationTest.class)
|
||||||
public class DaoMapperTest extends BaseSpringContextTests {
|
public class DaoMapperTest extends BaseSpringContextTests {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ import com.jeesite.modules.gen.service.GenTableService;
|
|||||||
* @version 2020-2-1
|
* @version 2020-2-1
|
||||||
*/
|
*/
|
||||||
@ActiveProfiles("test")
|
@ActiveProfiles("test")
|
||||||
@SpringBootTest(classes=ApplicationTest.class)
|
@SpringBootTest(classes = ApplicationTest.class)
|
||||||
@Rollback(false)
|
@Rollback(false)
|
||||||
public class GenTableToolTest extends BaseSpringContextTests {
|
public class GenTableToolTest extends BaseSpringContextTests {
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ import java.util.List;
|
|||||||
* @version 2018-5-11
|
* @version 2018-5-11
|
||||||
*/
|
*/
|
||||||
@ActiveProfiles("test")
|
@ActiveProfiles("test")
|
||||||
@SpringBootTest(classes=ApplicationTest.class)
|
@SpringBootTest(classes = ApplicationTest.class)
|
||||||
@Rollback(false)
|
@Rollback(false)
|
||||||
public class MsgPushTest extends BaseSpringContextTests {
|
public class MsgPushTest extends BaseSpringContextTests {
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import com.jeesite.modules.Application;
|
|||||||
* @author ThinkGem
|
* @author ThinkGem
|
||||||
*/
|
*/
|
||||||
@ActiveProfiles("test")
|
@ActiveProfiles("test")
|
||||||
@SpringBootTest(classes=Application.class)
|
@SpringBootTest(classes = Application.class)
|
||||||
public class InitData extends BaseInitDataTests {
|
public class InitData extends BaseInitDataTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ import java.util.List;
|
|||||||
* @version 2019年10月28日
|
* @version 2019年10月28日
|
||||||
*/
|
*/
|
||||||
@ActiveProfiles("test")
|
@ActiveProfiles("test")
|
||||||
@SpringBootTest(classes=Application.class)
|
@SpringBootTest(classes = Application.class)
|
||||||
public class InsertBatchTest extends BaseSpringContextTests {
|
public class InsertBatchTest extends BaseSpringContextTests {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ import com.jeesite.modules.test.service.TestDataService;
|
|||||||
* @version 2019-6-26
|
* @version 2019-6-26
|
||||||
*/
|
*/
|
||||||
@ActiveProfiles("test")
|
@ActiveProfiles("test")
|
||||||
@SpringBootTest(classes=Application.class)
|
@SpringBootTest(classes = Application.class)
|
||||||
public class MultiDataSourceTest extends BaseSpringContextTests {
|
public class MultiDataSourceTest extends BaseSpringContextTests {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|||||||
Reference in New Issue
Block a user