format code

This commit is contained in:
thinkgem
2025-01-14 10:37:34 +08:00
parent e9bc20dd9b
commit b45cabbd25
6 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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

View File

@@ -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

View File

@@ -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