Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bootique/bootique-swagger
Swagger integration with Bootique
https://github.com/bootique/bootique-swagger
Last synced: about 2 months ago
JSON representation
Swagger integration with Bootique
- Host: GitHub
- URL: https://github.com/bootique/bootique-swagger
- Owner: bootique
- License: apache-2.0
- Created: 2016-06-24T18:57:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T22:59:09.000Z (8 months ago)
- Last Synced: 2024-04-29T23:48:30.021Z (8 months ago)
- Language: Java
- Homepage: http://bootique.io
- Size: 6.18 MB
- Stars: 1
- Watchers: 8
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README-dev.md
- License: LICENSE
Awesome Lists containing this project
README
# Internal Notes for "bootique-swagger" Developers
"bootique-swagger-ui" integrates HTML/CSS/JS from [swagger-ui](https://github.com/swagger-api/swagger-ui) packaged
as a ["web jar"](https://github.com/webjars/swagger-ui). When upgrading to a new version, check the `index.html`
file inside the "web jar", and update our own "index.mustache" to match the structure of this file. Our customizations
include:* Dynamic path generation for Swagger resources
* `window.onload` function to [load our own app Swagger model](https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/installation.md)