Refactor project structure and update Maven configuration for CRM service

This commit is contained in:
bigtian 2025-06-26 17:06:10 +08:00
parent d2d1a8f7d1
commit c4042d4bcf

View File

@ -3,21 +3,4 @@ crm:
tenantId: BIO
token: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJJUXdrczhuUWc4NnJPQkpuenJDUThtbjl1N3FEQ2lWZyJ9.91GO7OMhVbc0tLBRZ7HYiFDEA92PXE7H1gHduwxWu2I
spring:
main:
banner-mode: off
ai:
mcp:
server:
name: crm-mcp-server
version: 0.0.1
type: ASYNC # Recommended for reactive applications
# 配置 sse 的根路径,默认值为 /sse
# 下面的最终路径为 ip:port/sse/mcp
sse-endpoint: /sse
sse-message-endpoint: /mcp
capabilities:
tool: true
resource: true
prompt: true
completion: true