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
enderbyendera-realtime-prot…/src/test/java/com/realtime/protection/ProtectionApplicationTests.java
松岳 陈 66c710c034 Init Commit
2024-01-02 10:16:15 +08:00

14 lines
228 B
Java

package com.realtime.protection;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ProtectionApplicationTests {
@Test
void contextLoads() {
}
}