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() {
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|