btxtgxq-system-city/src/test/java/com/cm/systemcity/SystemCityApplicationTests.java

14 lines
222 B
Java
Raw Normal View History

2021-06-15 18:23:48 +08:00
package com.cm.systemcity;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SystemCityApplicationTests {
@Test
void contextLoads() {
}
}