初始化

This commit is contained in:
qiminbao
2025-09-10 15:41:46 +08:00
commit afecffc5db
42 changed files with 2949 additions and 0 deletions
@@ -0,0 +1,13 @@
package com.tongran.agent.server;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class TrAgentServerApplicationTests {
@Test
void contextLoads() {
}
}