Skip to content

Commit

Permalink
bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lex-em committed Feb 19, 2019
1 parent 41254cd commit fb0861a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ public class YourConfiguration {
Also plugin needs Swagger2 and RestTemplate (load balanced is preferable) to be configured.

If the project configuration do not contain that, then it will be configured automatically (since version 0.1.1).

Since 0.2.0 version plugin supports versioned api (and other with route transformations via ServiceRouteMapper).
Any `org.springframework.cloud.netflix.zuul.filters.discovery.ServiceRouteMapper` bean will turn on this approach, but here some nuances, described in #3.
### Dependency
```groovy
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'maven-publish'
// project properties
group 'ru.reliabletech'
def libName = 'zuul-springfox-swagger'
version '0.1.2-SNAPSHOT'
version '0.2.0'
sourceCompatibility = 1.8
def currentDate = LocalDate.now().format(DateTimeFormatter.ISO_DATE)

Expand Down

0 comments on commit fb0861a

Please sign in to comment.