@@ -15,6 +15,7 @@ import org.springframework.data.redis.serializer.StringRedisSerializer;
*/
@Configuration
@EnableCaching
+@AutoConfigureBefore(RedisAutoConfiguration.class)
public class RedisConfig extends CachingConfigurerSupport
{
@Bean
@@ -27,6 +27,7 @@ public class SwaggerProvider implements SwaggerResourcesProvider, WebFluxConfigu
/**
* 网关路由
+ @Lazy
@Autowired
private RouteLocator routeLocator;
@@ -10,9 +10,6 @@ spring:
profiles:
# 环境配置
active: dev
- main:
- allow-circular-references: true
- allow-bean-definition-overriding: true
cloud:
nacos:
discovery: