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

相关文章

JSON字符串转成java的Map对象详细步骤

《JSON字符串转成java的Map对象详细步骤》:本文主要介绍如何将JSON字符串转换为Java对象的步骤,包括定义Element类、使用Jackson库解析JSON和添加依赖,文中通过代码介绍... 目录步骤 1: 定义 Element 类步骤 2: 使用 Jackson 库解析 jsON步骤 3: 添

C语言小项目实战之通讯录功能

《C语言小项目实战之通讯录功能》:本文主要介绍如何设计和实现一个简单的通讯录管理系统,包括联系人信息的存储、增加、删除、查找、修改和排序等功能,文中通过代码介绍的非常详细,需要的朋友可以参考下... 目录功能介绍:添加联系人模块显示联系人模块删除联系人模块查找联系人模块修改联系人模块排序联系人模块源代码如下

Java中注解与元数据示例详解

《Java中注解与元数据示例详解》Java注解和元数据是编程中重要的概念,用于描述程序元素的属性和用途,:本文主要介绍Java中注解与元数据的相关资料,文中通过代码介绍的非常详细,需要的朋友可以参... 目录一、引言二、元数据的概念2.1 定义2.2 作用三、Java 注解的基础3.1 注解的定义3.2 内

Java中使用Java Mail实现邮件服务功能示例

《Java中使用JavaMail实现邮件服务功能示例》:本文主要介绍Java中使用JavaMail实现邮件服务功能的相关资料,文章还提供了一个发送邮件的示例代码,包括创建参数类、邮件类和执行结... 目录前言一、历史背景二编程、pom依赖三、API说明(一)Session (会话)(二)Message编程客

Java中List转Map的几种具体实现方式和特点

《Java中List转Map的几种具体实现方式和特点》:本文主要介绍几种常用的List转Map的方式,包括使用for循环遍历、Java8StreamAPI、ApacheCommonsCollect... 目录前言1、使用for循环遍历:2、Java8 Stream API:3、Apache Commons

JavaScript中的isTrusted属性及其应用场景详解

《JavaScript中的isTrusted属性及其应用场景详解》在现代Web开发中,JavaScript是构建交互式应用的核心语言,随着前端技术的不断发展,开发者需要处理越来越多的复杂场景,例如事件... 目录引言一、问题背景二、isTrusted 属性的来源与作用1. isTrusted 的定义2. 为

Java循环创建对象内存溢出的解决方法

《Java循环创建对象内存溢出的解决方法》在Java中,如果在循环中不当地创建大量对象而不及时释放内存,很容易导致内存溢出(OutOfMemoryError),所以本文给大家介绍了Java循环创建对象... 目录问题1. 解决方案2. 示例代码2.1 原始版本(可能导致内存溢出)2.2 修改后的版本问题在

Java CompletableFuture如何实现超时功能

《JavaCompletableFuture如何实现超时功能》:本文主要介绍实现超时功能的基本思路以及CompletableFuture(之后简称CF)是如何通过代码实现超时功能的,需要的... 目录基本思路CompletableFuture 的实现1. 基本实现流程2. 静态条件分析3. 内存泄露 bug

Java中Object类的常用方法小结

《Java中Object类的常用方法小结》JavaObject类是所有类的父类,位于java.lang包中,本文为大家整理了一些Object类的常用方法,感兴趣的小伙伴可以跟随小编一起学习一下... 目录1. public boolean equals(Object obj)2. public int ha

Go中sync.Once源码的深度讲解

《Go中sync.Once源码的深度讲解》sync.Once是Go语言标准库中的一个同步原语,用于确保某个操作只执行一次,本文将从源码出发为大家详细介绍一下sync.Once的具体使用,x希望对大家有... 目录概念简单示例源码解读总结概念sync.Once是Go语言标准库中的一个同步原语,用于确保某个操