https://github.com/SoftwareKing/halo-docs
适用于Spring Cloud体系的文档中心,不需要 使用Swagger,支持选择IP调用,如果使用了Swagger优先Swagger调用
https://github.com/SoftwareKing/halo-docs
Last synced: about 1 year ago
JSON representation
适用于Spring Cloud体系的文档中心,不需要 使用Swagger,支持选择IP调用,如果使用了Swagger优先Swagger调用
- Host: GitHub
- URL: https://github.com/SoftwareKing/halo-docs
- Owner: SoftwareKing
- License: apache-2.0
- Created: 2019-01-03T11:21:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T10:46:56.000Z (over 7 years ago)
- Last Synced: 2025-04-11T03:52:02.053Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 459 KB
- Stars: 25
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# halo-docs
适用于Spring Cloud体系的文档中心,不需要继承Swagger,支持选择IP调用,如果使用了Swagger优先Swagger调用
## 文档中心缓存设计
默认获取应用名: http://localhost:8081/admin/docsMeteData
通过Swagger获取应用名:http://localhost:8081/swagger-resources
默认的第二个接口获取接口参数信息:http://localhost:8081/halo-docs-sample-boot/docs
Swaggerer第二个接口获取接口参数信息http://localhost:8081/halo-docs-sample-boot/v2/api-docs
## 文档中心优先级显示设置