| | |
| | | import com.didispace.swagger.butler.EnableSwaggerButler; |
| | | import com.kidgrow.jwt.client.EnableAuthClient; |
| | | import com.kidgrow.ribbon.annotation.EnableFeignInterceptor; |
| | | import com.kidgrow.zuul.service.AccessLogService; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.boot.SpringApplication; |
| | | import org.springframework.cloud.client.SpringCloudApplication; |
| | | import org.springframework.cloud.netflix.zuul.EnableZuulProxy; |
| | |
| | | SpringApplication.run(ZuulApplication.class,args); |
| | | } |
| | | |
| | | @Autowired |
| | | private AccessLogService accessLogService; |
| | | // @Autowired |
| | | // private AccessLogService accessLogService; |
| | | |
| | | // @Bean |
| | | // public ZuulFilter zuulErrorFilter() { |