Commit 5e38ae12 by Spencer Gibb

polish

parent 67b6eafb
...@@ -135,7 +135,7 @@ class SimpleZuulServerApplication { ...@@ -135,7 +135,7 @@ class SimpleZuulServerApplication {
} }
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(SampleZuulProxyApplication.class, args); SpringApplication.run(SimpleZuulServerApplication.class, args);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment