From 264ec8e2f635567493c11a4360b6207381046fbf Mon Sep 17 00:00:00 2001 From: bigtian <7990497@qq.com> Date: Thu, 26 Jun 2025 15:36:35 +0800 Subject: [PATCH] Refactor project structure and update Maven configuration for CRM service --- crm-mcp/src/main/resources/application-dev.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crm-mcp/src/main/resources/application-dev.yml b/crm-mcp/src/main/resources/application-dev.yml index 48a19d9..cb52650 100644 --- a/crm-mcp/src/main/resources/application-dev.yml +++ b/crm-mcp/src/main/resources/application-dev.yml @@ -1,4 +1,7 @@ crm: url: https://www.rzdata.net/bcrm-statis-jwt/ tenantId: BIO - token: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJJUXdrczhuUWc4NnJPQkpuenJDUThtbjl1N3FEQ2lWZyJ9.91GO7OMhVbc0tLBRZ7HYiFDEA92PXE7H1gHduwxWu2I \ No newline at end of file + token: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJJUXdrczhuUWc4NnJPQkpuenJDUThtbjl1N3FEQ2lWZyJ9.91GO7OMhVbc0tLBRZ7HYiFDEA92PXE7H1gHduwxWu2I +server: + servlet: + context-path: crm-mcp