mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 21:48:56 +08:00
Initial Commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package icu.samnyan.aqua;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.test.context.TestPropertySource;
|
||||
|
||||
@TestPropertySource(locations = "classpath:application-test.properties")
|
||||
@SpringBootTest
|
||||
class AquaServerApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user