摘要: Spring Cloud Netflix是其中一套框架,由Netflix开发后来又并入Spring Cloud大家庭,它主要提供的模块包括:服务注册发现、断路器和监控、智能路由网关、客户端负载均衡等。 Spring Cloud Netflix包含的组件及其主要功能大致如下: Eureka,服务注册和 阅读全文
posted @ 2022-01-06 17:16 龘人上天 阅读(188) 评论(0) 推荐(0) 编辑
摘要: actuator 去掉 按照url查询数据 @Bean @ConditionalOnWebApplication(type = ConditionalOnWebApplication.Type.REACTIVE) public SgWebFluxTagsProvider webFluxRequest 阅读全文
posted @ 2022-01-06 14:26 龘人上天 阅读(52) 评论(0) 推荐(0) 编辑