Refactor project structure and update Maven configuration for CRM service

This commit is contained in:
bigtian 2025-06-26 14:45:34 +08:00
parent 7761645f0e
commit 8c4372c0e8
8 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.example</groupId>
<groupId>net.rzdta.crm.mcp</groupId>
<artifactId>mcp-webflux-server-example</artifactId>
<artifactId>crm-mcp</artifactId>
<name>Spring AI MCP WEBFLUX server</name>
<description>Sample Spring Boot application demonstrating MCP client and server usage</description>

View File

@ -55,7 +55,7 @@
</properties>
<modules>
<module>mcp-webflux-server-example</module>
<module>crm-mcp</module>
</modules>
<dependencyManagement>
<dependencies>