mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-29 12:34:28 +08:00
[fix][project] Fix the issue of SpringDoc not working. (#2081)
This commit is contained in:
@@ -30,9 +30,29 @@ logging:
|
||||
springdoc:
|
||||
swagger-ui:
|
||||
path: /swagger-ui.html
|
||||
enabled: true
|
||||
tags-sorter: alpha
|
||||
operations-sorter: alpha
|
||||
api-docs:
|
||||
path: /v3/api-docs
|
||||
enabled: true
|
||||
group-configs:
|
||||
- group: 'default'
|
||||
paths-to-match: '/**'
|
||||
packages-to-scan: com.tencent.supersonic
|
||||
paths-to-match: /api/chat/**,/api/semantic/**
|
||||
paths-to-match: /api/chat/**,/api/semantic/**
|
||||
|
||||
knife4j:
|
||||
enable: true
|
||||
openapi:
|
||||
title: 'SuperSonic API Documentation'
|
||||
description: 'SuperSonic API Documentation'
|
||||
version: v1.0
|
||||
setting:
|
||||
language: zh-CN
|
||||
# basic:
|
||||
# enable: true
|
||||
# username: test
|
||||
# password: 123456#
|
||||
documents:
|
||||
default:
|
||||
title: ChatBI API Documents
|
||||
description: ChatBI API Documents
|
||||
Reference in New Issue
Block a user