1 changed files with 9 additions and 21 deletions
@ -1,29 +1,17 @@
|
||||
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)
|
||||
//@BladeBootTest(appName = "logpm-factory", enableLoader = true)
|
||||
public class TestService { |
||||
|
||||
@Autowired |
||||
private MtFactoryDataServiceImpl mtFactoryDataService; |
||||
@Test |
||||
public void contextLoads() { |
||||
|
||||
String tolk =mtFactoryDataService.getMtToken(); |
||||
System.out.println(tolk); |
||||
|
||||
} |
||||
// @Autowired
|
||||
// private MtFactoryDataServiceImpl mtFactoryDataService;
|
||||
// @Test
|
||||
// public void contextLoads() {
|
||||
//
|
||||
// String tolk =mtFactoryDataService.getMtToken();
|
||||
// System.out.println(tolk);
|
||||
//
|
||||
// }
|
||||
|
||||
} |
||||
|
Loading…
Reference in new issue