Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu authored Dec 4, 2018
1 parent a8a8085 commit 3a1e61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,9 @@ Proteus applications generally have a main method that creates an instance of `i
Prior to calling `start` on the `ProteusApplication` instance:
* Register `Service` classes via `addService`
* Register `Module` classes via `addModule`
* Register classes annotated with `io.swagger.annotations.Api` via `addController`
* Register classes annotated with `javax.ws.rs.Path` via `addController`

Out of the box you get a [Swagger UI](https://github.com/swagger-api/swagger-ui) at `/swagger` and [Redoc](https://github.com/Rebilly/ReDoc) at `/swagger/redoc`.
Out of the box you get am [OpenAPI UI](https://github.com/swagger-api/swagger-ui) at `/openapi`.

> A `Service` extends `com.google.common.util.concurrent.AbstractIdleService` or `io.sinistral.proteus.services.BaseService`.
Expand Down

0 comments on commit 3a1e61e

Please sign in to comment.