Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
swagger-ui .html   -> swagger-ui.html
unnecessary space.
  • Loading branch information
silenceshell committed Jan 9, 2018
1 parent 1492ca8 commit a684ee3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions springfox-swagger-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ The swagger ui version is specified in ./build.gradle where `swaggerUiVersion` i
(https://github.com/swagger-api/swagger-ui).

- All content is served from a webjar convention, relative url taking the following form:
`webjars/${project.name}/${project.version}` e.g: `/webjars/springfox-swagger-ui/<YOUR-SPRINGFOX-VERSION>/swagger-ui
.html`
`webjars/${project.name}/${project.version}` e.g: `/webjars/springfox-swagger-ui/<YOUR-SPRINGFOX-VERSION>/swagger-ui.html`

By default Spring Boot has sensible defaults for serving content from webjars. To configure vanilla spring web mvc apps to serve
webjar content see the [webjar documentation] (http://www.webjars.org/documentation#springmvc)

0 comments on commit a684ee3

Please sign in to comment.