初始化

This commit is contained in:
qiminbao
2025-09-10 15:36:49 +08:00
commit 4330ffdff1
75 changed files with 6674 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
spring:
profiles:
active: dev
mvc:
pathmatch:
matching-strategy: ant_path_matcher
application:
name: agent-client
version: 1.0
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: AGENTTCP服务
description: AGENTTCP服务接口文档
contact: AGENTTCP
email:
version: ${spring.application.version}
group-configs:
- group: 'AGENTTCP服务'
paths-to-match: '/**'
packages-to-scan: com.tongran.agent.client