This commit is contained in:
kkunkka
2025-09-27 13:22:29 +08:00
commit 7938018852
9 changed files with 641 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package com.dota.nexus;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class NexusApplicationTests {
@Test
void contextLoads() {
}
}