This commit is contained in:
qingfeng1121
2025-09-29 19:35:09 +08:00
parent cd6a13ba9d
commit f84c66b6db
7 changed files with 196 additions and 0 deletions

View File

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