Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Dec 19, 2018
2 parents d21cc6e + fddfa1f commit cb9b0d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ Getting Started
/bin/bash -e <(curl -fsSL https://raw.githubusercontent.com/noboomu/proteus-example/master/scripts/quickStart.sh)
```

- Open [http://localhost:8090/v1/openapi](http://localhost:8090/v1/openapi) for a Swagger UI.
- Open [http://localhost:8090/v1/openapi](http://localhost:8090/v1/openapi) for a v3 Swagger UI.

### As a dependency

```xml
<dependency>
<groupId>io.sinistral</groupId>
<artifactId>proteus-core</artifactId>
<version>0.3.5</version>
<version>0.3.6</version>
</dependency>
```

Expand Down Expand Up @@ -455,7 +455,7 @@ Out of the box you get a [Swagger UI](https://github.com/swagger-api/swagger-ui)
Examples
----------
Check out [this example](https://github.com/noboomu/proteus-example).
Check out [this example](https://github.com/noboomu/proteus-example) that also demonstrates [pac4j](https://github.com/pac4j/pac4j) integration.


Motivation
Expand Down

0 comments on commit cb9b0d2

Please sign in to comment.