first commit

This commit is contained in:
zchengrong
2025-10-20 16:13:39 +08:00
parent 8cf82c52c1
commit af8fbd90e3
67 changed files with 5127 additions and 0 deletions

View File

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