ICode9

精准搜索请尝试: 精确搜索
  • 20220602 Appendix - 2. Configuration Metadata2022-06-08 08:33:48

    前言 文档地址 Spring Boot jar 包含元数据文件,这些文件提供了所有受支持的配置属性的详细信息。这些文件旨在让 IDE 开发人员在用户使用 application.properties 和 application.yml 文件时提供上下文帮助和 “代码完成” 。 大多数元数据文件是在编译时通过处理所有带有 @Config

  • 20220606 Appendix - 5. Executable Jars2022-06-08 08:33:27

    前言 文档地址 spring-boot-loader 模块让 Spring Boot 支持可执行的 jar 和 war 文件。如果您使用 Maven 插件或 Gradle 插件,可执行 jar 会自动生成,您通常不需要了解它们的工作原理。 如果您需要从不同的构建系统创建可执行 jar,或者您只是对底层技术感到好奇,本附录提供了一些背景

  • 20220606 Appendix - 4. Test Auto-configuration Annotations2022-06-08 08:33:12

    前言 文档地址 本附录描述 Spring Boot 提供的用于测试应用程序切片的 @…Test 自动配置注解。 1. Test Slices 下表列出了可用于测试应用程序切片的各种 @…Test 注解以及它们默认导入的自动配置: Test slice Imported auto-configuration @DataCassandraTest org.springfr

  • Appendix D: Graphics matrix operations2022-03-02 22:01:49

    Great Microprocessors of the Past and Present (V 13.4.0) (cpushack.com) 3-D points are generally stored in four element vectors, defined as:[X, Y, Z, W]...where X, Y, and Z are the point 3-D coordinates, and W is the 'weight', and is used to nor

  • Appendix F: Memory Types2022-03-02 16:31:55

    Great Microprocessors of the Past and Present (V 13.4.0) (cpushack.com) Bubble Memories: Certain materials (ie. gadolinium gallium garnet) are magnetizable easily in only one direction. A film of these materials can be created so that it's magnetizab

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有