Refactor project structure and update Maven configuration for CRM service
This commit is contained in:
parent
a5c50bcc3b
commit
be63888a3b
@ -30,6 +30,7 @@ import org.springframework.context.annotation.ComponentScan;
|
|||||||
|
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
@EnableConfigurationProperties(CrmProperties.class)
|
@EnableConfigurationProperties(CrmProperties.class)
|
||||||
|
@ComponentScan(basePackages = "net.rzdata.mcp.server.crm")
|
||||||
public class McpServerApplication {
|
public class McpServerApplication {
|
||||||
@Autowired
|
@Autowired
|
||||||
private CrmProperties crmProperties;
|
private CrmProperties crmProperties;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package net.rzdata.mcp.server.crm;
|
package net.rzdata.mcp.server.crm.controller;
|
||||||
|
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
|
|
@ -9,6 +9,8 @@ server:
|
|||||||
spring:
|
spring:
|
||||||
main:
|
main:
|
||||||
banner-mode: off
|
banner-mode: off
|
||||||
|
webflux:
|
||||||
|
base-path: /crm-mcp # WebFlux 的路径前缀
|
||||||
ai:
|
ai:
|
||||||
mcp:
|
mcp:
|
||||||
server:
|
server:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user