书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 125 个相关结果.
  • SOFABoot 方式

    快速入门 创建工程 定义服务接口与实现 服务端发布服务 客户端引用服务 运行 快速入门 本文档将演示了如何在 SOFABoot 环境下应用 SOFARPC 进行服务的发布和引用。 您可以直接在工程下找到本文档的示例代码 。注意,示例代码中需要本地安装 zookeeper 环境,如果没有安装.需要将application.properti...
  • SOFABoot 介绍

    SOFABoot 介绍 功能描述 应用场景 SOFABoot 介绍 SOFABoot 是蚂蚁金服开源的基于 Spring Boot 的研发框架,它在 Spring Boot 的基础上,提供了诸如 Readiness Check,类隔离,日志空间隔离等等能力。在增强了 Spring Boot 的同时,SOFABoot 提供了让用户可以在 Sprin...
  • SOFABoot 模块

    sofa-module.properties 文件详解 Module-Name Require-Module Spring-Parent Module-Profile Spring 配置文件 SOFABoot 模块是一个普通的 Jar 包加上一些 SOFABoot 特有的配置,这些 SOFABoot 特有的配置,让一个 Jar 包能够被 SOF...
  • SOFABoot 介绍

    功能描述 应用场景 SOFABoot 是蚂蚁金服开源的基于 Spring Boot 的研发框架,它在 Spring Boot 的基础上,提供了诸如 Readiness Check,类隔离,日志空间隔离等能力。在增强了 Spring Boot 的同时,SOFABoot 提供了让用户可以在 Spring Boot 中非常方便地使用 SOFA 中间件的能力。...
  • SOFABoot 项目

    快速开始 新建 SOFABoot 项目 引入 SOFALookout 依赖 新建一个 Metrics 指标 添加配置项 与 Spring Boot Actuator 对接 快速开始 该项目演示了如何在 SOFABoot 中使用 SOFALookout 并且对接到 Spring Boot 的 Actuator 中。如果想要对接到 Promet...
  • SOFABoot Profile

    使用Module-Profile激活module 使用例子 激活 dev SOFABoot 模块 配置多个激活 profile Module-Profile 取反 设置激活模块 Spring 上下文的 spring.profiles.active 属性 Spring 框架从 3.1.X 版本开始提供了 profile 功能: Bean Defi...
  • SOFABoot Profile

    使用 Module-Profile 激活 module 使用例子 激活 dev SOFABoot 模块 配置多个激活 profile Module-Profile 取反 设置激活模块 Spring 上下文的 spring.profiles.active 属性 Spring 框架从 3.1.X 版本开始提供了 profile 功能: Bean D...
  • 使用 SOFABoot

    SOFABoot XML方式 注解方式 SOFABoot XML方式 在xml方式中发布和引用服务的方式如下。 sofa:service 元素表示发布服务, sofa:reference 元素表示引用服务。 sofa:binding 表示服务发布或引用的协议。 <bean id = "personServiceImpl" class...
  • SOFABoot 项目

    快速开始 新建 SpringBoot(或 SofaBoot )项目 引入 Lookout 的 Starter 依赖 新建一个 Metrics 指标 添加配置项 与 Spring Boot Actuator 对接 快速开始 该项目演示了如何在 SOFABoot 中使用 SOFALookout 并且对接到 Spring Boot 的 Actua...
  • SOFABoot 拓展点

    使用 定义提供扩展能力的 bean 定义扩展点 定义扩展 XMap 支持和扩展 定义提供扩展能力的 bean 定义扩展点 定义扩展 通过客户端方式定义扩展点和扩展 获取 ExtensionClient 定义扩展点 定义扩展 客户端限制 SOFABoot 支持模块化隔离,在实际的使用场景中,一个模块中的 bean 有时候需要开放一些...