commit:集成knife4j

This commit is contained in:
Jerry
2020-10-29 18:51:32 +08:00
parent c87e94d2e8
commit 6e57f10dfc
648 changed files with 6447 additions and 708 deletions

View File

@@ -4,6 +4,9 @@ server:
max-threads: 100
min-spare-threads: 10
logging:
config: classpath:log4j2.xml
spring:
servlet:
multipart:
@@ -78,6 +81,15 @@ ribbon:
MaxAutoRetries: 1
MaxAutoRetriesNextServer: 1
swagger:
# 当enabled为false的时候则可禁用swagger。
enabled: true
# 工程的基础包名。
basePackage: com.orange.demo
title: 橙单微服务开源版
description: 橙单微服务开源版详情
version: 1.0
# 暴露监控端点
management:
metrics: