From e10535af1ccf33b15832fe40cc02f48f156caa82 Mon Sep 17 00:00:00 2001 From: 0007 <0007@qq.com> Date: Wed, 27 Aug 2025 19:58:05 +0800 Subject: [PATCH] Add File --- agents-flex-spring-boot-starter/pom.xml | 50 +++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 agents-flex-spring-boot-starter/pom.xml diff --git a/agents-flex-spring-boot-starter/pom.xml b/agents-flex-spring-boot-starter/pom.xml new file mode 100644 index 0000000..b0a32c4 --- /dev/null +++ b/agents-flex-spring-boot-starter/pom.xml @@ -0,0 +1,50 @@ + + + 4.0.0 + + com.agentsflex + parent + ${revision} + + + agents-flex-spring-boot-starter + agents-flex-spring-boot-starter + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + + + + + org.springframework.boot + spring-boot-autoconfigure + + + org.springframework.boot + spring-boot-autoconfigure-processor + true + + + org.springframework.boot + spring-boot-configuration-processor + true + + + + com.agentsflex + agents-flex-bom + + + + +