-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Api versions #3
Comments
some information: @Bean
public PatternServiceRouteMapper serviceRouteMapper() {
return new PatternServiceRouteMapper(
"(?<name>^.+)-(?<version>v.+$)",
"${version}/${name}");
} |
lex-em
pushed a commit
that referenced
this issue
Feb 19, 2019
feature preview. the main work is done
should be defined in separate configuration for autoconfiguration, in other way https://github.com/lex-em/zuul-springfox-swagger/blob/master/src/main/java/ru/reliabletech/zuul/swagger/service/ServiceRouteMapperRouteService.java should be defined as bean manually |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try resolve versions if configured
The text was updated successfully, but these errors were encountered: