书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 2324 个相关结果.
  • Spring Boot集成SQL数据库1

    Spring Boot集成SQL数据库1 搭建MySQL实验环境 Spring Boot 集成 JDBC操作MySQL Spring Boot集成SQL数据库1 从银行的交易数据到打车订单,衣食住行,都离不开数据库的存储。 在接下来的两个小节中,我们将通过3种不同的技术,在Spring Boot中集成MySQL数据库。 JDBC MyBa...
  • Websocket服务接入

    Websocket服务接入 在网关中引入 Websocket 插件 Websocket服务接入网关 用户请求 Websocket服务接入 此篇文介绍如何将 Websocket 服务接入到 Apache ShenYu 网关,Apache ShenYu 网关使用 Websocket 插件来接入 Websocket 服务。 接入前,请正确启动...
  • Chapter 2: The Gloss Overs

    The Gloss-Overs The Gloss-Overs This book focuses on what consider to be the “main” bits of the TypeScript language. This narrows its scope and as a result, several topics that...
  • 4.2. Build Support

    762 2020-12-09 《JUnit 5 User Guide》
    4.2. Build Support 4.2.1. Gradle Configuration Parameters Configuring Test Engines Configuring Logging (optional) 4.2.2. Maven Configuring Test Engines Filtering by Test Class...
  • Spring Boot集成SQL数据库2

    Spring Boot集成SQL数据库2 Spring Boot 集成 MyBatis操作MySQL Spring Boot集成 JPA 操作MySQL JMJ应该选哪个 Spring Boot集成SQL数据库2 Spring Boot 集成 MyBatis操作MySQL MyBatis是一款半自动的ORM框架。由于某国内大厂的广泛使用,MyB...
  • Websocket服务接入

    Websocket服务接入 在网关中引入 Websocket 插件 Websocket服务接入网关 用户请求 Websocket服务接入 此篇文介绍如何将 Websocket 服务接入到 Apache ShenYu 网关,Apache ShenYu 网关使用 Websocket 插件来接入 Websocket 服务。 接入前,请正确启动...
  • HA

    HA Background Parameters Procedure Sample Related References HA Background The Spring Boot Starter configuration method is applicable to business scenarios using SpringBo...
  • 启动加速

    引入依赖 使用场景 使用方法 配置 SOFABoot 提供了模块并行加载以及 Spring Bean 异步初始化能力,用于加快应用启动速度。模块并行加载参考相应文档 ,下面介绍如何使用 SOFABoot 异步初始化 Spring Bean 能力来提高应用启动速度。 引入依赖 SOFABoot 在 v2.6.0 开始提供异步初始化 Spring...
  • 使用WebFlux

    1061 2018-10-15 《easyopen 开发文档》
    使用WebFlux 这里基于springboot2 + WebFlux,相关教程见:springboot-webflux 需要easyopen1.7.0及以上版本 在pom.xml中添加WebFlux依赖 < dependency > < groupId > org.springframework.boot </ groupId...
  • 2.1. Sharding-JDBC

    Sharding-JDBC 1. 引入maven依赖 2. 规则配置 3. 创建DataSource Sharding-JDBC 1. 引入maven依赖 <dependency> <groupId> org.apache.shardingsphere </groupId> <artifactId> sharding...