Files
tr-agent-client/src/main/resources/application.yml
T

36 lines
933 B
YAML
Raw Normal View History

2025-09-10 15:36:49 +08:00
spring:
profiles:
active: dev
mvc:
pathmatch:
matching-strategy: ant_path_matcher
application:
2025-09-12 14:34:43 +08:00
name: tr-agent-client
2025-10-21 14:16:25 +08:00
version: 1.1
conf-path: /usr/local/tongran/conf
script-path: /usr/local/tongran/sbin
tmp-path: /usr/local/tongran/tmp
temp-path: /usr/local/tongran/temp
2025-09-10 15:36:49 +08:00
web:
resources:
static-locations: classpath*:/META-INF/resources/
logging:
config: classpath:logback/logback-${spring.profiles.active}.xml
# springdoc-openapi项目配置
knife4j:
setting:
enable-footer-custom: true
footer-custom-content: Apache License 2.0 | Copyright © 2025-[]
springdoc:
config:
2025-09-10 15:46:28 +08:00
title: AGENT客户端服务
description: AGENT客户端服务接口文档
contact: AGENT-CLIENT
2025-09-10 15:36:49 +08:00
email:
version: ${spring.application.version}
group-configs:
2025-09-10 15:46:28 +08:00
- group: 'AGENT客户端服务'
2025-09-10 15:36:49 +08:00
paths-to-match: '/**'
packages-to-scan: com.tongran.agent.client