This commit is contained in:
Jesse-Ma
2022-07-21 11:45:02 +08:00
parent bacaff41ce
commit 83f70c2f88
15 changed files with 678 additions and 19 deletions

View File

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