Merge branch 'master' into 2.0.x

This commit is contained in:
Marcin Grzejszczak
2017-08-25 12:04:41 +02:00
36 changed files with 92 additions and 94 deletions

View File

@@ -37,7 +37,7 @@ import zipkin.Span;
@EnableZuulProxy
public class SampleRibbonApplication {
private static Log logger = LogFactory.getLog(SampleRibbonApplication.class);
private static final Log logger = LogFactory.getLog(SampleRibbonApplication.class);
public static void main(String[] args) {
SpringApplication.run(SampleRibbonApplication.class, args);