This commit is contained in:
Leo
2025-12-14 00:00:49 +08:00
parent 9a8c7b1039
commit 317ab03c7c
7 changed files with 111 additions and 25 deletions

View File

@@ -185,6 +185,20 @@ xss:
excludes: /system/notice
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*
# 服务地址配置(用于服务器迁移)
jarvis:
# 服务器基础地址如果所有服务都在同一台服务器可以使用127.0.0.1
# 生产环境192.168.8.88 或 127.0.0.1
server:
host: 127.0.0.1
# Jarvis Java服务地址JD相关接口
jarvis-java:
base-url: http://127.0.0.1:6666
jd-api-path: /jd
# 物流接口服务地址
logistics:
base-url: http://127.0.0.1:5001
fetch-path: /fetch_logistics
# 腾讯文档开放平台配置
# 文档地址https://docs.qq.com/open/document/app/openapi/v3/sheet/model/spreadsheet.html
tencent: