1 changed files with 9 additions and 21 deletions
@ -1,29 +1,17 @@ |
|||||||
package com.logpm.factory; |
package com.logpm.factory; |
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.toolkit.Wrappers; |
|
||||||
import com.logpm.factory.mt.service.impl.MtFactoryDataServiceImpl; |
|
||||||
import org.junit.jupiter.api.Test; |
|
||||||
import org.junit.jupiter.api.extension.ExtendWith; |
|
||||||
import org.springblade.core.test.BladeBootTest; |
|
||||||
import org.springblade.core.test.BladeSpringExtension; |
|
||||||
import org.springblade.core.tool.utils.StringUtil; |
|
||||||
import org.springframework.beans.factory.annotation.Autowired; |
|
||||||
|
|
||||||
import java.util.List; |
|
||||||
import java.util.Random; |
|
||||||
|
|
||||||
//@ExtendWith(BladeSpringExtension.class)
|
//@ExtendWith(BladeSpringExtension.class)
|
||||||
//@BladeBootTest(appName = "logpm-factory", enableLoader = true)
|
//@BladeBootTest(appName = "logpm-factory", enableLoader = true)
|
||||||
public class TestService { |
public class TestService { |
||||||
|
|
||||||
@Autowired |
// @Autowired
|
||||||
private MtFactoryDataServiceImpl mtFactoryDataService; |
// private MtFactoryDataServiceImpl mtFactoryDataService;
|
||||||
@Test |
// @Test
|
||||||
public void contextLoads() { |
// public void contextLoads() {
|
||||||
|
//
|
||||||
String tolk =mtFactoryDataService.getMtToken(); |
// String tolk =mtFactoryDataService.getMtToken();
|
||||||
System.out.println(tolk); |
// System.out.println(tolk);
|
||||||
|
//
|
||||||
} |
// }
|
||||||
|
|
||||||
} |
} |
||||||
|
Loading…
Reference in new issue