This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nezha-nz-talon/src/test/java/net/geedge/confagent/ConfagentApplicationTests.java
2021-07-09 17:01:27 +08:00

14 lines
215 B
Java

package net.geedge.confagent;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ConfagentApplicationTests {
@Test
void contextLoads() {
}
}