书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 2392 个相关结果.
  • 37. Spring集成

    37. Spring集成 37. Spring集成 Spring Boot为Spring集成提供了一些便利,包括spring-boot-starter-integration ‘Starter’。Spring集成提供基于消息和其他传输协议的抽象,比如HTTP,TCP等。如果添加Spring集成依赖,使用@EnableIntegration 注解可...
  • JAVA应用方式开发步骤

    使用JAVA方式集成,为Spring Boot应用增加了一个高效的HTTP服务器和REST开发框架。这种方式集成非常简单。只需要在项目中引入相关依赖,并且使用@EnableServiceComb 注解即可。 本项目代码示例 引入依赖依赖关系中增加spring-boot-starter-provider,即可引入java chassis的核心功能。引...
  • Uninstallation

    Uninstallation Uninstallation Uninstallation depends on the method used to install ArangoDB, and on theoperating system in use, and typically consists of the following high-lev...
  • 使用 SOFARegistry 作为注册中心

    SOFARPC 已支持使用 SOFARegistry 作为服务注册中心。假设你已经根据 SOFARegistry 的快速开始 在本地部署好 SOFARegistry Server,服务发现的端口默认设置在 9603 。 在 SOFARPC 中使用 SOFARegistry 作为服务注册中心首先要添加如下的依赖: <dependency> <g...
  • LED roulette

    627 2019-06-07 《Discovery》
    LED roulette LED roulette Alright, let’s start by building the following application: I’m going to give you a high level API to implement this app but don’t worry we’ll do ...
  • 安装

    Spring Boot项目 非Spring Boot项目 id title sidebar_label install 安装 安装 Spring Boot项目 若您的项目基于Spring Boot ,那只要添加下面一个 maven 依赖便可。 <dependency> <groupId> com.dtflys.fores...
  • 46、WebSocket

    46、WebSocket 46、WebSocket Spring Boot 为内嵌式 Tomcat、Jetty 和 Undertow 提供了 WebSocket 自动配置。如果将 war 文件部署到独立容器,则 Spring Boot 假定容器负责配置其 WebSocket 支持。 Spring Framework 为 MVC Web 应用程序提供...
  • 81.1 创建可部署的war文件

    81.1 创建可部署的war文件 81.1 创建可部署的war文件 产生一个可部署war包的第一步是提供一个SpringBootServletInitializer 子类,并覆盖它的configure 方法,这充分利用了Spring框架对Servlet 3.0的支持,并允许你在应用通过servlet容器启动时配置它。通常,你只需把应用的主类改为继承S...
  • Introduction

    1324 2020-06-13 《Nest.js v7.0 Document》
    Introduction Philosophy Installation Introduction Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScr...
  • 4.1. 类型状态编程

    类型状态编程(Typestate Programming) 强类型 类型状态编程(Typestate Programming) typestates 的概念是指将有关对象当前状态的信息编码进该对象的类型中。虽然这听起来有点神秘,如果你在Rust中使用了建造者模式 ,你就已经开始使用类型状态编程了! pub mod foo_module { ...