fixed:com.github.pig.gateway.componet包名拼写错误,修改为com.github.pig.gateway.component

This commit is contained in:
sxp 2018-04-25 18:06:53 +08:00
parent 72b25d95f2
commit 3bc4bc05e4
10 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
package com.github.pig.gateway.componet.config;
package com.github.pig.gateway.component.config;
import com.github.pig.common.constant.ServiceNameConstant;
import org.apache.commons.lang.StringUtils;

View File

@ -1,8 +1,8 @@
package com.github.pig.gateway.componet.config;
package com.github.pig.gateway.component.config;
import com.github.pig.common.bean.config.FilterUrlsPropertiesConfig;
import com.github.pig.gateway.componet.filter.ValidateCodeFilter;
import com.github.pig.gateway.componet.handler.PigAccessDeniedHandler;
import com.github.pig.gateway.component.filter.ValidateCodeFilter;
import com.github.pig.gateway.component.handler.PigAccessDeniedHandler;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.Bean;

View File

@ -1,4 +1,4 @@
package com.github.pig.gateway.componet.fallback;
package com.github.pig.gateway.component.fallback;
import com.github.pig.common.constant.ServiceNameConstant;
import lombok.extern.slf4j.Slf4j;

View File

@ -1,4 +1,4 @@
package com.github.pig.gateway.componet.fallback;
package com.github.pig.gateway.component.fallback;
import com.github.pig.common.constant.ServiceNameConstant;
import lombok.extern.slf4j.Slf4j;

View File

@ -1,4 +1,4 @@
package com.github.pig.gateway.componet.filter;
package com.github.pig.gateway.component.filter;
import com.github.pig.common.constant.SecurityConstants;
import com.netflix.zuul.ZuulFilter;

View File

@ -1,4 +1,4 @@
package com.github.pig.gateway.componet.filter;
package com.github.pig.gateway.component.filter;
import com.github.pig.gateway.service.LogSendService;
import com.netflix.zuul.ZuulFilter;

View File

@ -1,4 +1,4 @@
package com.github.pig.gateway.componet.filter;
package com.github.pig.gateway.component.filter;
import com.github.pig.gateway.service.LogSendService;
import com.netflix.zuul.ZuulFilter;

View File

@ -1,4 +1,4 @@
package com.github.pig.gateway.componet.filter;
package com.github.pig.gateway.component.filter;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.github.pig.common.constant.CommonConstant;

View File

@ -1,4 +1,4 @@
package com.github.pig.gateway.componet.handler;
package com.github.pig.gateway.component.handler;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.github.pig.common.constant.CommonConstant;

View File

@ -1,4 +1,4 @@
package com.github.pig.gateway.componet.handler;
package com.github.pig.gateway.component.handler;
import com.marcosbarbero.cloud.autoconfigure.zuul.ratelimit.config.repository.DefaultRateLimiterErrorHandler;
import com.marcosbarbero.cloud.autoconfigure.zuul.ratelimit.config.repository.RateLimiterErrorHandler;