update cloud gateway to latest milestone

This commit is contained in:
Loredana Crusoveanu
2018-05-31 22:26:30 +03:00
parent 6e94f0343c
commit 74803385cb
3 changed files with 26 additions and 14 deletions
@@ -9,4 +9,5 @@ public class GatewayApplication {
public static void main(String[] args) {
SpringApplication.run(GatewayApplication.class, args);
}
}
@@ -8,6 +8,9 @@ spring:
uri: http://www.baeldung.com
predicates:
- Path=/baeldung
management:
security:
enabled: false
endpoints:
web:
exposure:
include: "*"