项目初始化

This commit is contained in:
2026-05-18 19:50:25 +08:00
commit 9244711f32
9 changed files with 605 additions and 0 deletions

View File

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