mirror of https://gitee.com/maxjhandsome/pig
fixed:com.github.pig.gateway.componet包名拼写错误,修改为com.github.pig.gateway.component
This commit is contained in:
parent
72b25d95f2
commit
3bc4bc05e4
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
Loading…
Reference in New Issue