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

    ArangoDB cluster Cluster authentication Required ports Recommended deployment environment ArangoDB cluster There are several ways to start an ArangoDB cluster. In this secti...
  • 新建项目

    介绍 创建maven项目 添加项目依赖 添加默认配置文件 编写TodoServiceApplication类 启动应用 介绍 项目是基于 Spring boot 的 maven 项目。 新建maven项目 添加项目依赖 添加默认配置文件 创建maven项目 本地新建一个空的 maven 项目choerodon-todo-se...
  • 新建项目

    介绍 创建maven项目 添加项目依赖 添加默认配置文件 编写TodoServiceApplication类 启动应用 介绍 项目是基于 Spring boot 的 maven 项目。 新建maven项目 添加项目依赖 添加默认配置文件 创建maven项目 本地新建一个空的 maven 项目choerodon-todo-se...
  • 70.18.2 通过Gradle使用Jetty8

    70.18.2 通过Gradle使用Jetty8 70.18.2 通过Gradle使用Jetty8 你可以设置jetty.version 属性并排除相关的WebSocket依赖,比如对于一个简单的webapp或service: ext [ 'jetty.version' ] = '8.1.15.v20140411' dependenci...
  • Options

    Option reference Common options Authentication options SSL options Other database options Datacenter to datacenter replication options Other arangosync options Esoteric optio...
  • 读写分离 & 多数据源

    dynamic-datasource-spring-boot-starter (官方推荐) 读写分离 多数据源使用 shardingjdbc 实现 读写分离 & 多数据源 dynamic-datasource-spring-boot-starter (官方推荐) 官网地址 https://gitee.com/baomidou/dynamic-d...
  • Eureka 注册中心

    Eureka 注册中心 预备工作 快速上手 增加 Maven 依赖 Client端配置注册中心 Server端配置注册中心 Eureka 注册中心 Eureka是 Seata 组件中重要的注册中心实现. 预备工作 当您将Eureka 整合到您的 Seata工程之前,请确保后台已经启动 Eureka Server服务。如果您尚且不熟悉 Eu...
  • Example Apps

    Example Apps Example Apps You can clone trpc and play with local examples, or play with them in the CodeSandbox link below. Here’s some example apps: Description URL Links Rec...
  • Spring Boot Integration

    Overriding Camunda Version Using Enterprise Edition Supported deployment scenarios The Camunda Engine can be used in a Spring Boot application by using provided Spring Boot sta...
  • 集成Artemis

    集成Artemis 练习 小结 读后有收获可以支付宝请作者喝咖啡: 集成Artemis ActiveMQ Artemis是一个JMS服务器,在集成JMS 一节中我们已经详细讨论了如何在Spring中集成Artemis,本节我们讨论如何在Spring Boot中集成Artemis。 我们还是以实际工程为例,创建一个springboot-jms ...