incubator-hugegraph
incubator-hugegraph copied to clipboard
[Summary] Support Swagger-ui & enhance it
Feature Description (功能描述)
init issue is #1879 track exist PRs:
- #1880
- #2086
TODO:
- [x] remove the fe files in project & use a
non-spring-bootway (fixed by #2089) - [x] support building the source code in windows (currently we use shell to download swagger-ui) #2277
- [ ] support auth/DIY header in swagger-ui #2360
- [ ] add description for swagger ui to help user understand the params meaning #2335
- [ ] update the swagger3 version > 2.20 to support OpenAPI3
refer:
- how to config auth in swagger-ui
- jersey & swagger integration (https://mvnrepository.com/artifact/io.swagger/swagger-jersey-jaxrs)