first commit

This commit is contained in:
heyethereum
2024-06-17 16:47:30 +08:00
commit 29e0958635
13 changed files with 637 additions and 0 deletions

View File

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