package org.jeecg.modules.mdcJc;
|
|
import org.jeecg.JeecgSystemApplication;
|
import org.junit.Test;
|
import org.junit.runner.RunWith;
|
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.boot.test.context.SpringBootTest;
|
import org.springframework.test.context.junit4.SpringRunner;
|
|
/**
|
* @author clown
|
* * @date 2024/7/16
|
*/
|
@RunWith(SpringRunner.class)
|
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,classes = JeecgSystemApplication.class)
|
public class MesTest {
|
}
|