书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 8310 个相关结果.
  • 第一个ApiBoot应用程序

    快速开始 1. 创建SpringBoot项目 2. 添加ApiBoot版本控制 3. 开箱即用 快速开始 ApiBoot 是一系列的第三方服务依赖,基础的项目还是采用SpringBoot 方式进行构建,集成ApiBoot 步骤如下 1. 创建SpringBoot项目 创建SpringBoot 项目有多种,简单介绍两种方式: https...
  • nacos

    Use Nacos as a Registry for Automatic Service Discovery 1 Basic Configuration 1.1 Add Dependencies 1.2 Nacos Version Mapping 1.3 Configure and Enable Nacos 2 Advanced Configura...
  • 快速开始

    环境准备 创建工程 引入 SOFABoot 运行 查看日志 测试 模块化开发 定义服务 API 发布 JVM 服务 定义 SOFABoot 模块 XML 方式发布服务 Annotation 方式发布服务 API 方式发布服务 引用 JVM 服务 定义 SOFABoot 模块 XML 方式引用服务 Annotation 方式引用服务...
  • 81.1 创建可部署的war文件

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

    40.3.8 自动配置的Data JPA测试 40.3.8 自动配置的Data JPA测试 你可以使用@DataJpaTest 测试JPA应用,它默认配置一个内存型的内嵌数据库,扫描@Entity 类,并配置Spring Data JPA仓库,其他常规的@Component beans不会加载进ApplicationContext 。 Da...
  • depmod 分析可载入模块的相依性

    depmod 补充说明 语法 选项 实例 depmod 分析可载入模块的相依性 补充说明 depmod命令 可产生模块依赖的映射文件,在构建嵌入式系统时,需要由这个命令来生成相应的文件,由modprobe使用。 语法 depmod (选项) 选项 - a 或-- all :分析所有可用的模块; - d 或 debug :...
  • Service Providers

    Service Providers Introduction Writing Service Providers The Register Method The Boot Method Registering Providers Service Providers Introduction Writing Service Provide...
  • Hack 44. Zip command basics

    Hack 44. Zip command basics How to zip multiple files? How to zip a directory and it’s files recursively? How to unzip a *.zip compressed file? To see a detailed output during u...
  • 新建项目

    介绍 新建Demo项目 新建Demo模块 编写config.js 编写.env 编写package.json 编写demo入口文件 启动及页面访问 介绍 此Demo项目基于Choerodon 开发,使用React 作为开发语言。 本文包括如下几个步骤: 新建Demo项目 新建Demo模块 编写config.js 编写.env 编写...
  • depmod 分析可载入模块的相依性

    depmod 补充说明 语法 选项 实例 depmod 分析可载入模块的相依性 补充说明 depmod命令 可产生模块依赖的映射文件,在构建嵌入式系统时,需要由这个命令来生成相应的文件,由modprobe使用。 语法 depmod (选项) 选项 - a 或-- all :分析所有可用的模块; - d 或 deb...