|
@@ -1,4 +1,4 @@
|
|
|
-package com.datau.gateway;
|
|
|
+package com.ozs.gateway;
|
|
|
|
|
|
import javax.servlet.MultipartConfigElement;
|
|
|
|
|
@@ -13,7 +13,7 @@ import org.springframework.cloud.netflix.zuul.EnableZuulProxy;
|
|
|
import org.springframework.cloud.openfeign.EnableFeignClients;
|
|
|
import org.springframework.context.annotation.Bean;
|
|
|
|
|
|
-import com.datau.gateway.filter.AccessFilter;
|
|
|
+import com.ozs.gateway.filter.AccessFilter;
|
|
|
|
|
|
import springfox.documentation.swagger2.annotations.EnableSwagger2;
|
|
|
|
|
@@ -21,7 +21,7 @@ import springfox.documentation.swagger2.annotations.EnableSwagger2;
|
|
|
@EnableCaching
|
|
|
@EnableZuulProxy
|
|
|
@EnableEurekaClient
|
|
|
-@EnableFeignClients("com.datau.gateway.util")
|
|
|
+@EnableFeignClients("com.ozs.gateway.util")
|
|
|
@SpringBootApplication
|
|
|
public class GatewayApplication extends SpringBootServletInitializer {
|
|
|
|