服务调用

This commit is contained in:
2025-12-19 15:52:48 +08:00
parent 5f2301e16c
commit 428b8ce28e
30 changed files with 380 additions and 59 deletions

View File

@@ -21,12 +21,14 @@ auth:
security:
aes:
secret-key: 1234567890qwer
# AES-256 密钥Base64编码必须与所有服务保持一致
# 警告:这是开发环境密钥,生产环境请使用密钥管理系统
secret-key: MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI=
# ================== Spring ==================
spring:
application:
name: agent-service
name: ai-service
# ================== Spring Cloud Nacos ==================
cloud:
@@ -75,7 +77,7 @@ dubbo:
registry:
address: nacos://127.0.0.1:8848
scan:
base-packages: org.xyzh.agent.service.impl
base-packages: org.xyzh.ai.service.impl
# ================== MyBatis ==================
mybatis-plus: