Commit b4f40fd2 by lanminwu

remove EnableZuulProxy

parent f5979e0b
...@@ -2,10 +2,8 @@ package com.keymobile.proxy; ...@@ -2,10 +2,8 @@ package com.keymobile.proxy;
import org.springframework.boot.SpringApplication; import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.zuul.EnableZuulProxy;
@SpringBootApplication @SpringBootApplication
@EnableZuulProxy
public class ProxyApplication { public class ProxyApplication {
public static void main(String[] args) { public static void main(String[] 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