Spring-boot项目additional-spring-configuration-metadata.json源码

本文主要是介绍Spring-boot项目additional-spring-configuration-metadata.json源码,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

additional-spring-configuration-metadata.json源码

{"groups": [{"name": "logging","type": "org.springframework.boot.logging.LoggingApplicationListener"}
],"properties": [{"name": "banner.charset","type": "java.nio.charset.Charset","description": "Banner file encoding.","defaultValue": "UTF-8"},{"name": "banner.location","type": "org.springframework.core.io.Resource","description": "Banner text resource location.","defaultValue": "classpath:banner.txt"},{"name": "banner.image.location","type": "org.springframework.core.io.Resource","description": "Banner image file location (jpg/png can also be used).","defaultValue": "banner.gif"},{"name": "banner.image.width","type": "java.lang.Integer","description": "Banner image width (in chars)."},{"name": "banner.image.height","type": "java.lang.Integer","description": "Banner image height (in chars)."},{"name": "banner.image.margin","type": "java.lang.Integer","description": "Left hand image margin (in chars)."},{"name": "banner.image.invert","type": "java.lang.Boolean","description": "Invert images for dark console themes.","defaultValue": false},{"name": "debug","type": "java.lang.Boolean","description": "Enable debug logs.","sourceType": "org.springframework.boot.logging.LoggingApplicationListener","defaultValue": false},{"name": "logging.config","type": "java.lang.String","description": "Location of the logging configuration file.","sourceType": "org.springframework.boot.logging.LoggingApplicationListener"},{"name": "logging.exception-conversion-word","type": "java.lang.String","description": "Conversion word used when logging exceptions.","defaultValue": "%wEx","sourceType": "org.springframework.boot.logging.LoggingApplicationListener"},{"name": "logging.file","type": "java.lang.String","description": "Name of the log file. Names can be an exact location or relative to the current directory.","sourceType": "org.springframework.boot.logging.LoggingApplicationListener"},{"name": "logging.level","type": "java.util.Map<java.lang.String,java.lang.String>","description": "Log levels severity mapping. Use 'root' for the root logger.","sourceType": "org.springframework.boot.logging.LoggingApplicationListener"},{"name": "logging.pattern.console","type": "java.lang.String","description": "Appender pattern for output to the console. Only supported with the default logback setup.","sourceType": "org.springframework.boot.logging.LoggingApplicationListener","defaultValue": "%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(${LOG_LEVEL_PATTERN:-%5p}) %clr(${PID:- }){magenta} %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}"},{"name": "logging.pattern.file","type": "java.lang.String","description": "Appender pattern for output to the file. Only supported with the default logback setup.","sourceType": "org.springframework.boot.logging.LoggingApplicationListener","defaultValue": "%d{yyyy-MM-dd HH:mm:ss.SSS} ${LOG_LEVEL_PATTERN:-%5p} ${PID:- } --- [%t] %-40.40logger{39} : %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}"},{"name": "logging.pattern.level","type": "java.lang.String","description": "Appender pattern for log level (default %5p). Only supported with the default logback setup.","sourceType": "org.springframework.boot.logging.LoggingApplicationListener"},{"name": "logging.path","type": "java.lang.String","description": "Directory where log files are written.","sourceType": "org.springframework.boot.logging.LoggingApplicationListener"},{"name": "logging.register-shutdown-hook","type": "java.lang.Boolean","description": "Register a shutdown hook for the logging system when it is initialized.","sourceType": "org.springframework.boot.logging.LoggingApplicationListener"},{"name": "spring.mandatory-file-encoding","sourceType": "org.springframework.boot.context.FileEncodingApplicationListener","type": "java.nio.charset.Charset","description": "Expected character encoding the application must use."},{"name": "spring.application.name","type": "java.lang.String","sourceType": "org.springframework.boot.context.ContextIdApplicationContextInitializer","description": "Application name."},{"name": "spring.application.index","type": "java.lang.Integer","sourceType": "org.springframework.boot.context.ContextIdApplicationContextInitializer","description": "Application index."},{"name": "spring.beaninfo.ignore","type": "java.lang.Boolean","sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener","description": "Skip search of BeanInfo classes.","defaultValue": true},{"name": "spring.config.name","type": "java.lang.String","sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener","description": "Config file name.","defaultValue": "application"},{"name": "spring.config.location","type": "java.lang.String","sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener","description": "Config file locations."},{"name": "spring.main.banner-mode","type": "org.springframework.boot.Banner$Mode","sourceType": "org.springframework.boot.SpringApplication","description": "Mode used to display the banner when the application runs.","defaultValue": "console"},{"name": "spring.main.show-banner","type": "java.lang.Boolean","sourceType": "org.springframework.boot.SpringApplication","description": "Display the banner when the application runs.","defaultValue": true,"deprecation": {"replacement": "spring.main.banner-mode"}},{"name": "spring.main.sources","type": "java.util.Set<java.lang.Object>","sourceType": "org.springframework.boot.SpringApplication","description": "Sources (class name, package name or XML resource location) to include in the ApplicationContext."},{"name": "spring.main.web-environment","type": "java.lang.Boolean","sourceType": "org.springframework.boot.SpringApplication","description": "Run the application in a web environment (auto-detected by default)."},{"name": "spring.output.ansi.enabled","type": "org.springframework.boot.ansi.AnsiOutput$Enabled","description": "Configure the ANSI output (can be \"detect\", \"always\", \"never\").","defaultValue": "detect"},{"name": "spring.profiles.active","type": "java.lang.String","sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener","description": "Comma-separated list of active profiles. Can be overridden by a command line switch."},{"name": "spring.profiles.include","type": "java.lang.String","sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener","description": "Unconditionally activate the specified comma separated profiles."},{"name": "trace","type": "java.lang.Boolean","description": "Enable trace logs.","sourceType": "org.springframework.boot.logging.LoggingApplicationListener","defaultValue": false}
],"hints": [{"name": "logging.level.keys","values": [{"value": "root","description": "Root logger used to assign the default logging level."}],"providers": [{"name": "logger-name"}]},{"name": "logging.level.values","values": [{"value": "trace"},{"value": "debug"},{"value": "info"},{"value": "warn"},{"value": "error"},{"value": "fatal"},{"value": "off"}],"providers": [{"name": "any"}]},{"name": "spring.profiles.active","providers": [{"name": "spring-profile-name"}]},{"name": "spring.profiles.include","providers": [{"name": "spring-profile-name"}]}
]}


这篇关于Spring-boot项目additional-spring-configuration-metadata.json源码的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/803889

相关文章

SpringBoot中SM2公钥加密、私钥解密的实现示例详解

《SpringBoot中SM2公钥加密、私钥解密的实现示例详解》本文介绍了如何在SpringBoot项目中实现SM2公钥加密和私钥解密的功能,通过使用Hutool库和BouncyCastle依赖,简化... 目录一、前言1、加密信息(示例)2、加密结果(示例)二、实现代码1、yml文件配置2、创建SM2工具

Spring WebFlux 与 WebClient 使用指南及最佳实践

《SpringWebFlux与WebClient使用指南及最佳实践》WebClient是SpringWebFlux模块提供的非阻塞、响应式HTTP客户端,基于ProjectReactor实现,... 目录Spring WebFlux 与 WebClient 使用指南1. WebClient 概述2. 核心依

Spring Boot @RestControllerAdvice全局异常处理最佳实践

《SpringBoot@RestControllerAdvice全局异常处理最佳实践》本文详解SpringBoot中通过@RestControllerAdvice实现全局异常处理,强调代码复用、统... 目录前言一、为什么要使用全局异常处理?二、核心注解解析1. @RestControllerAdvice2

Spring IoC 容器的使用详解(最新整理)

《SpringIoC容器的使用详解(最新整理)》文章介绍了Spring框架中的应用分层思想与IoC容器原理,通过分层解耦业务逻辑、数据访问等模块,IoC容器利用@Component注解管理Bean... 目录1. 应用分层2. IoC 的介绍3. IoC 容器的使用3.1. bean 的存储3.2. 方法注

Spring事务传播机制最佳实践

《Spring事务传播机制最佳实践》Spring的事务传播机制为我们提供了优雅的解决方案,本文将带您深入理解这一机制,掌握不同场景下的最佳实践,感兴趣的朋友一起看看吧... 目录1. 什么是事务传播行为2. Spring支持的七种事务传播行为2.1 REQUIRED(默认)2.2 SUPPORTS2

怎样通过分析GC日志来定位Java进程的内存问题

《怎样通过分析GC日志来定位Java进程的内存问题》:本文主要介绍怎样通过分析GC日志来定位Java进程的内存问题,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录一、GC 日志基础配置1. 启用详细 GC 日志2. 不同收集器的日志格式二、关键指标与分析维度1.

Java进程异常故障定位及排查过程

《Java进程异常故障定位及排查过程》:本文主要介绍Java进程异常故障定位及排查过程,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录一、故障发现与初步判断1. 监控系统告警2. 日志初步分析二、核心排查工具与步骤1. 进程状态检查2. CPU 飙升问题3. 内存

java中新生代和老生代的关系说明

《java中新生代和老生代的关系说明》:本文主要介绍java中新生代和老生代的关系说明,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录一、内存区域划分新生代老年代二、对象生命周期与晋升流程三、新生代与老年代的协作机制1. 跨代引用处理2. 动态年龄判定3. 空间分

MySQL查询JSON数组字段包含特定字符串的方法

《MySQL查询JSON数组字段包含特定字符串的方法》在MySQL数据库中,当某个字段存储的是JSON数组,需要查询数组中包含特定字符串的记录时传统的LIKE语句无法直接使用,下面小编就为大家介绍两种... 目录问题背景解决方案对比1. 精确匹配方案(推荐)2. 模糊匹配方案参数化查询示例使用场景建议性能优

Java设计模式---迭代器模式(Iterator)解读

《Java设计模式---迭代器模式(Iterator)解读》:本文主要介绍Java设计模式---迭代器模式(Iterator),具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,... 目录1、迭代器(Iterator)1.1、结构1.2、常用方法1.3、本质1、解耦集合与遍历逻辑2、统一