package com.cm.systemcity; import org.junit.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class SystemCityApplicationTests { @Test void contextLoads() { } }