package cd.casic.server; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.ActiveProfiles; @SpringBootTest(classes = {OpsServerApplication.class}) @ActiveProfiles("local") public class ReportTest { }