This commit is contained in:
Marcin Grzejszczak
2018-10-19 15:09:47 +02:00
parent 69a0afb6f3
commit e3179b1ceb

View File

@@ -11,7 +11,6 @@ public class ZuulConfigDiscoveryApplication {
public static void main(String[] args) {
new SpringApplicationBuilder(ZuulConfigDiscoveryApplication.class)
.web(WebApplicationType.SERVLET).run(args);
}