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