书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 2392 个相关结果.
  • Overview

    Bakery App Starter for Flow and Spring Features Full stack architecture Declarative, mobile-first views CRUD views Dashboard with Charts Authentication and authorization Offli...
  • Zipkin

    Zipkin 快速开始 安装 & 启动 Zipkin 安装 & 启动 Nacos 启动示例 Provider 启动示例 Consumer 检查监控效果 如何在SpringBoot项目中使用 Dubbo Tracing 1. 添加 Dubbo Tracing 相关的 Starter 依赖 2. 配置 扩展 选择合适的Sender Sprin...
  • Overview

    Bakery App Starter for Flow and Spring Features Full stack architecture Declarative, mobile-first views CRUD views Dashboard with Charts Authentication and authorization Offli...
  • Upgrade to Dubbo3

    Upgrading from Dubbo2 to Dubbo3 (covering versions such as 2.5.x, 2.6.x, 2.7.x) Upgrading from 2.7.x to Dubbo3 Step 1: Upgrade Core Dependencies Upgrade Notes for Spring and Spring...
  • 服务注册

    服务注册 初始化项目 引入依赖 配置 application.properties 示例代码 验证 服务注册 初始化项目 使用 jetbrain idea 等工具初始化一个 maven 项目 引入依赖 在上一步初始化好一个 maven 项目之后,我们在 pom.xml 中引入 Spring Boot Polaris 相关依赖。 引入...
  • Debugging applications in odo

    Debugging applications in odo Debugging an application Configuring debugging parameters Debugging applications in odo With odo , you can attach a debugger to remotely debug ...
  • motan用户

    首先启动raincat-manager,具体怎么启动参考 启动manager jar包依赖,在你的服务端添加jar包,并在需要参与分布式事务的方法上添加 @TxTransaction注解 Spring XML方式配置 TxTransactionBootstrap Spring boot start方式配置 TxTransactionBootstrap ...
  • 30.7 Cassandra

    30.7 Cassandra 30.7 Cassandra Cassandra 是一个开源,分布式数据库管理系统,设计用于处理跨很多商品服务器的大数据。Spring Boot为Cassandra提供自动配置,Spring Data Cassandra 提供在它之上的抽象,还有收集依赖的spring-boot-starter-data-cassandr...
  • 30.1. Redis

    30.1. Redis 30.1. Redis Redis 是一个缓存,消息中间件及具有丰富特性的键值存储系统。Spring Boot为Jedis 客户端library提供基本的自动配置,Spring Data Redis 提供了在它之上的抽象,spring-boot-starter-redis ‘Starter’收集了需要的依赖。
  • Spring Boot整合RocketMQ

    Spring Boot整合RocketMQ 依赖接入 配置RocketMQ的服务器 在Spring Boot中首发消息 Spring Boot整合RocketMQ 在本小节中,我们将讨论在Spring Boot中整合RocketMQ。 我们选用官方推荐的Spring Boot拓展rocketmq-spring-boot-starter ...