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

14 lines
210 B
Java
Raw Normal View History

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