10 lines
253 B
Java
10 lines
253 B
Java
![]() |
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 {
|
||
|
}
|