|
|
|
@ -1,5 +1,6 @@
@@ -1,5 +1,6 @@
|
|
|
|
|
package com.cloud.kicc.gateway.config; |
|
|
|
|
|
|
|
|
|
import com.cloud.kicc.common.core.config.GatewayConfigProperties; |
|
|
|
|
import com.cloud.kicc.gateway.filter.KiccRequestGlobalFilter; |
|
|
|
|
import com.cloud.kicc.gateway.filter.PasswordDecoderFilter; |
|
|
|
|
import com.cloud.kicc.gateway.filter.ValidateCodeGatewayFilter; |
|
|
|
@ -21,7 +22,6 @@ import org.springframework.data.redis.core.RedisTemplate;
@@ -21,7 +22,6 @@ import org.springframework.data.redis.core.RedisTemplate;
|
|
|
|
|
* @Date: 2022/2/17 |
|
|
|
|
*/ |
|
|
|
|
@Configuration(proxyBeanMethods = false) |
|
|
|
|
@EnableConfigurationProperties(GatewayConfigProperties.class) |
|
|
|
|
public class GatewayConfiguration { |
|
|
|
|
|
|
|
|
|
@Bean |
|
|
|
|