https://github.com/bootique/bootique-swagger
Swagger integration with Bootique
https://github.com/bootique/bootique-swagger
Last synced: 4 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2026-01-23T23:51:52.000Z (5 months ago)
- Last Synced: 2026-01-24T11:36:40.559Z (5 months ago)
- Language: Java
- Homepage: http://bootique.io
- Size: 6.26 MB
- Stars: 1
- Watchers: 5
- 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)