spring: profiles: active: dev mvc: pathmatch: matching-strategy: ant_path_matcher application: name: tr-agent-client version: 1.1.19 conf-path: /usr/local/tongran/conf script-path: /usr/local/tongran/sbin tmp-path: /usr/local/tongran/tmp temp-path: /usr/local/tongran/temp frp-path: /usr/local/tongran/frp poe-path: /usr/local/tongran/sbin/pppoe1 temp-traffic-path: /usr/local/tongran/traffictemp temp-pcap-path: /usr/local/tongran/pcaptemp/ 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: title: AGENT客户端服务 description: AGENT客户端服务接口文档 contact: AGENT-CLIENT email: version: ${spring.application.version} group-configs: - group: 'AGENT客户端服务' paths-to-match: '/**' packages-to-scan: com.tongran.agent.client