application.properties & application.yml 配置文件详解(转)


#COMMON SPRING BOOT PROPERTIES 
##
提供此示例文件作为指导。请勿将其
全部
复制到您自己的应用程序。^^^ #============================================ =====================


#---------------------------------------- 
#CORE PROPERTIES 
#----- -----------------------------------

#BANNER 

banner.charset = UTF-8 #横幅文件编码。
banner.location = classpath:banner.txt #横幅文件位置。
banner.image.location = classpath:banner.gif #横幅图像文件位置(也可以使用jpg / png)。
banner.image.width = #在字符中横幅图像的宽度(默认76)
banner.image.height = #字符中横幅图像的高度(基于图像高度默认)
banner.image.margin = #左手图像边距在chars(默认2)
banner.image.invert = #如果图像应该为暗终端主题反转(默认为false)

#LOGGING 
logging.config = #记录配置文件的位置。例如对于Logback logging的`classpath:logback.xml` 
logging.exception-conversion-word =%wEx #记录异常时使用的转换字。
logging.file = #记录文件名。例如`myapp.log` 
logging.level。* = #日志级别严重性映射。例如`logging.level.org.springframework = DEBUG` 
logging.path = #日志文件的位置。例如`/ var / log` 
logging.pattern.console = #用于输出到控制台的Appender模式。只支持默认的logback设置。
logging.pattern.file =#用于输出到文件的Appender模式。只支持默认的logback设置。
logging.pattern.level = #日志级别的Appender模式(默认%5p)。只支持默认的logback设置。
logging.register-shutdown-hook = false #记录系统初始化时注册一个关闭挂钩。

#AOP 
spring.aop.auto =真#添加@EnableAspectJAutoProxy。
spring.aop.proxy-target-class = true #是否要创建基于子类(CGLIB)的代理(true),而不是基于标准的基于Java接口的代理(false)。

#IDENTITY (ContextIdApplicationContextInitializer)
 spring.application.index = #应用程序索引。
spring.application.name = #应用程序名称。

#ADMIN (SpringApplicationAdminJmxAutoConfiguration)
 spring.application.admin.enabled = false #为应用程序启用管理功能。
spring.application.admin.jmx-name = org.springframework.boot:type = Admin,name = SpringApplication #应用程序的JMX名称M​​Bean。

#AUTO-CONFIGURATION 
spring.autoconfigure.exclude = #自动配置类要排除。


#SPRING CORE spring.beaninfo.ignore = true #跳过BeanInfo类的搜索。

#SPRING CACHE(CacheProperties)
 spring.cache.cache-names = #如果底层缓存管理器支持,
则要创建缓存名称的逗号分隔列表。spring.cache.caffeine.spec = #用于创建缓存的规范。检查CaffeineSpec有关规格格式的更多细节。
spring.cache.couchbase.expiration = 0 #条目到期以毫秒为单位。默认情况下,条目永远不会过期。
spring.cache.ehcache.config = #用于初始化EhCache的配置文件的位置。
spring.cache.infinispan.config = #用于初始化Infinispan的配置文件的位置。
spring.cache.jcache.config= #用于初始化缓存管理器的配置文件的位置。
spring.cache.jcache.provider = #用于检索符合JSR-107的缓存管理器的CachingProvider实现的完全限定名称。只有在类路径上有多个JSR-107实现可用时才需要。
spring.cache.type = #缓存类型,默认情况下根据环境自动检测。

#SPRING CONFIG  - 仅使用环境属性(ConfigFileApplicationListener)
 spring.config.location = #配置文件位置。
spring.config.name = application #配置文件名。

#HAZELCAST(HazelcastProperties)
 spring.hazelcast.config = #用于初始化Hazelcast的配置文件的位置。

#项目信息(ProjectInfoProperties)
 spring.info.build.location = classpath:META-INF / build-info.properties #生成的build-info.properties文件的位置。
spring.info.git.location =类路径:git.properties 生成的git.properties文件#所在。

#JMX 
spring.jmx.default域 = #JMX域名。
spring.jmx.enabled = true #将管理bean暴露给JMX域。
spring.jmx.server = mbeanServer #MBeanServer bean名称。

#Email (MailProperties)
 spring.mail.default-encoding = UTF-8 #默认MimeMessage编码。
spring.mail.host = #SMTP服务器主机。例如`smtp.example.com` 
spring.mail.jndi-name = #Session JNDI name。设置时,优先于其他邮件设置。
spring.mail.password = #登录SMTP服务器的密码。
spring.mail.port = #SMTP服务器端口。
spring.mail.properties。* = #其他JavaMail会话属性。
spring.mail.protocol = smtp #SMTP服务器使用的协议。
spring.mail.test-connection = false#测试邮件服务器在启动时可用。
spring.mail.username = #登录SMTP服务器的用户。

#APPLICATION SETTINGS(SpringApplication)
 spring.main.banner-mode = console #应用程序运行时用于显示横幅的模式。
spring.main.sources = #要包含在ApplicationContext中的源(类名,包名或XML资源位置)。
spring.main.web-application-type = #标志显式请求特定类型的Web应用程序。如果没有设置,则基于类路径自动检测。

#FILE ENCODING(FileEncodingApplicationListener)
 spring.mandatory-file-encoding = #应用程序必须使用的预期字符编码。

#INTERNATIONALIZATION (MessageSourceAutoConfiguration)
 spring.messages.always-use-message-format = false #设置是否始终应用MessageFormat规则,解析没有参数的偶数消息。
spring.messages.basename = messages #基于逗号分隔的基础名称列表,每个都在ResourceBundle约定之后。
spring.messages.cache-seconds = -1 #加载的资源束文件缓存到期,以秒为单位。设置为-1时,软件包将永久缓存。
spring.messages.encoding = UTF-8 #消息束编码。
spring.messages.fallback-to-system-locale = true#设置是否返回到系统区域设置,如果没有找到特定语言环境的文件。
spring.messages.use-code-as-default-message = false #设置是否使用消息代码作为默认消息,而不是抛出“NoSuchMessageException”。仅在开发过程中推荐

#OUTPUT 
spring.output.ansi.enabled =检测#配置ANSI输出。

#PID FILE(ApplicationPidFileWriter)
 spring.pid.fail-on-write-error = #如果使用ApplicationPidFileWriter但是无法写入PID文件,则失败。
spring.pid.file = #要写入的PID文件的位置(如果使用ApplicationPidFileWriter)。

#PROFILES 
spring.profiles.active = #(如果使用YAML或列表)的逗号分隔列表活性谱。
spring.profiles.include = #无条件地激活指定的逗号分隔的配置文件(或使用YAML的配置文件列表)。

#Quartz调度(QuartzProperties)
 spring.quartz.job-存储型 =存储器#石英作业存储类型。
spring.quartz.properties。* = #额外的Quartz Scheduler属性。
spring.quartz.jdbc.initialize-schema = embedded #数据库模式初始化模式。
spring.quartz.jdbc.schema = classpath:org / quartz / impl / jdbcjobstore / tables_ @ @ platform @ @ .sql #用于初始化数据库模式的SQL文件的路径。

#反应堆
spring.reactor.stacktrace-mode.enabled =假#组反应器是否应该收集在运行时堆栈跟踪信息。

#SENDGRID(SendGridAutoConfiguration)
 spring.sendgrid.api-key = #SendGrid API密钥。
spring.sendgrid.proxy.host = #SendGrid代理主机。
spring.sendgrid.proxy.port = #SendGrid代理端口。


#---------------------------------------- 
#WEB PROPERTIES 
#----- -----------------------------------

#EMBEDDED SERVER CONFIGURATION(ServerProperties)
 server.address = #服务器应绑定到的网络地址。
server.compression.enabled = false #如果启用响应压缩。
server.compression.excluded-user-agents = #从压缩中排除的用户代理列表。
server.compression.mime-types = text / html,text / xml,text / plain,text / css,text / javascript,application / javascript #应该压缩的MIME类型的逗号分隔列表。
server.compression.min-response-size = 2048 #执行压缩所需的最小响应大小。
server.connection-timeout =#连接器在关闭连接之前等待另一个HTTP请求的时间(以毫秒为单位)。未设置时,将使用连接器的容器特定默认值。使用-1表示no(即无限)超时。
server.display-name = application #显示
应用程序的名称。server.max-http-header-size = 0 #HTTP消息头的最大大小(以字节为单位)。
server.error.include-exception = false #包含“异常”属性。
server.error.include-stacktrace = never #何时包含“stacktrace”属性。
server.error.path = / error #错误控制器的路径。
server.error.whitelabel.enabled= true #启用浏览器中出现服务器错误时显示的默认错误页面。
server.jetty.acceptors = #要使用的接受者线程数。
server.jetty.accesslog.append = false #追加到日志。
server.jetty.accesslog.date-format = dd / MMM / yyyy:HH:mm:ss Z #请求日志的时间戳格式。
server.jetty.accesslog.enabled = false #启用访问日志。
server.jetty.accesslog.extended-format = false #启用扩展NCSA格式。
server.jetty.accesslog.file-date-format = #要在日志文件名中放置的日期格式。
server.jetty.accesslog.filename =#日志文件名。如果未指定,日志将被重定向到“System.err”。
server.jetty.accesslog.locale = #请求日志的区域设置。
server.jetty.accesslog.log-cookies = false #启用请求cookie的日志记录。
server.jetty.accesslog.log-latency = false #启用请求处理时间的记录。
server.jetty.accesslog.log-server = false #启用请求主机名的日志记录。
server.jetty.accesslog.retention-period = 31 #删除旋转日志文件前的天数。
server.jetty.accesslog.time-zone = GMT #请求日志的时区。
server.jetty.max-http-post-size = 0#HTTP发布或放置内容的最大大小(以字节为单位)。
server.jetty.selectors = #要使用的选择器线程数。
server.port = 8080 #Server HTTP端口。
server.server-header = #用于服务器响应头的值(没有头发送,如果为空)
server.use-forward-headers = #如果X-Forwarded- *头应该应用于HttpRequest。
server.servlet.context-parameters。* = #Servlet context init参数
   server.servlet.context-path = #应用程序的上下文路径。
   server.servlet.jsp.class-name = org.apache.jasper.servlet.JspServlet#JSP servlet的类名。
server.servlet.jsp.init-parameters。* = #用于配置JSP servlet的Init参数
server.servlet.jsp.registered = true #是否注册了JSP servlet 
   server.servlet.path = / #主调度程序servlet。
server.session.cookie.comment = #注释会话cookie。
server.session.cookie.domain = #会话cookie的域。
server.session.cookie.http-only = #“HttpOnly”会话cookie的标志。
server.session.cookie.max-age = #会话cookie的最大年龄(以秒为单位)。
server.session.cookie.name = #会话cookie名称。
server.session.cookie.path = #会话cookie的路径。
server.session.cookie.secure = #“Secure”标志为会话cookie。
server.session.persistent = false #在重新启动之间持续会话数据。
server.session.store-dir = #用于存储会话数据的目录。
server.session.timeout = #会话超时(秒)。
server.session.tracking-modes = #会话跟踪模式(以下一个或多个:“cookie”,“url”,“ssl”)。
server.ssl.ciphers = #支持的SSL密码。
server.ssl.client-auth = #客户端认证是否需要(“想”)或需要(“需要”)。需要信托商店。
server.ssl.enabled = #启用SSL支持。
server.ssl.enabled-protocols = #启用SSL协议。
server.ssl.key-alias = #标识密钥库中的密钥的别名。
server.ssl.key-password = #用于访问密钥库中的密钥的密码。
server.ssl.key-store = #保存SSL证书(通常为jks文件)的密钥存储库的路径。
server.ssl.key-store-password = #用于访问密钥库的密码。
server.ssl.key店提供商= 关键商店的提供商。
server.ssl.key-store-type = #密钥存储的类型。
server.ssl.protocol = TLS #SSL协议使用。
server.ssl.trust-store = #保存SSL证书的Trust存储。
server.ssl.trust-store-password = #用于访问信任存储的密码。
server.ssl.trust-store-provider = #信任存储的提供程序。
server.ssl.trust-store-type = #信任存储的类型。
server.tomcat.accept-count = #所有可能的请求处理线程正在使用时,传入连接请求的最大队列长度。
server.tomcat.accesslog.buffered = true #缓冲区输出,只能周期性地刷新。
server.tomcat.accesslog.directory = logs #创建日志文件的目录。可以相对于tomcat base dir或absolute。
server.tomcat.accesslog.enabled = false #启用访问日志。
server.tomcat.accesslog.file-date-format = .yyyy-MM-dd #要在日志文件名中放置的日期格式。
server.tomcat.accesslog.pattern = common #访问日志的格式模式。
server.tomcat.accesslog.prefix = access_log #日志文件名前缀。
server.tomcat.accesslog.rename-on-rotate = false#将文件名中的日期戳延迟到旋转时间。
server.tomcat.accesslog.request-attributes-enabled = false #设置请求的IP地址,主机名,协议和端口的请求属性。
server.tomcat.accesslog.rotate = true #启用访问日志轮换。
server.tomcat.accesslog.suffix = .log #日志文件名后缀。
server.tomcat.additional-tld-skip-patterns = #匹配要忽略TLD扫描的jar的附加模式的逗号分隔列表。
server.tomcat.background-processor-delay = 30 #在调用backgroundProcess方法之间以秒为单位的延迟。
server.tomcat.basedir =#Tomcat基本目录。如果未指定,将使用临时目录。
server.tomcat.internal-proxies = 10 \\。\\ d {1,3} \\。\\ d {1,3} \\。\\ d {1,3} | \\
		。192 \\ 168 \\ð{1,3} \\ð{1,3} | \\
		。169 \\ 254 \\ð{1,3} \\ð{1,3} | \\
		。127 \\ð{1,3} \\ð{1,3} \\ð{1,3} | \\
		172 \\ 1 [6-9] {1} \\ð{1,3} \\ð{1,3} |。。\\
		172 \\ 2 [0-9] {1} \\ð{1,3} \\ð{1,3} |。。\\
		172 \\。3 [0-1] {1} \\。\\ d {1,3} \\。\\ d {1,3} #正则表达式匹配可信IP地址。
server.tomcat.max-connections = #服务器在任何给定时间接受和处理的最大连接数。
server.tomcat.max-http-header-size = 0 #HTTP消息头的最大大小(以字节为单位)。
server.tomcat.max-http-post-size = 0 #HTTP帖子内容的最大大小(以字节为单位)。
server.tomcat.max-threads = 0 #最大工作线程数。
server.tomcat.min-spare-threads = 0 #最小工作线程数。
server.tomcat.port-header = X-Forwarded-Port#用于覆盖原始端口值的HTTP头的名称。
server.tomcat.protocol-header = #保存传入协议的头文件,通常命名为“X-Forwarded-Proto”。
server.tomcat.protocol-header-https-value = https #指示传入请求使用SSL的协议头的值。
server.tomcat.redirect-context-root = #通过在路径上附加/重定向到上下文根的请求。
server.tomcat.remote-ip-header = #提取远程ip的HTTP头的名称。例如`X-FORWARDED-FOR` 
server.tomcat.uri-encoding = UTF-8 #用于解码URI的字符编码。
server.undertow.accesslog.dir = #访问日志目录。
server.undertow.accesslog.enabled = false #启用访问日志。
server.undertow.accesslog.pattern = common #访问日志的格式模式。
server.undertow.accesslog.prefix = access_log。#日志文件名前缀。
server.undertow.accesslog.rotate = true #启用访问日志轮换。
server.undertow.accesslog.suffix = log #日志文件名后缀。
server.undertow.buffer-size = #每个缓冲区的大小(以字节为单位)。
server.undertow.direct-buffers = #在Java堆之外分配缓冲区。
server.undertow.io-threads = #为工作者创建的I / O线程数。
server.undertow.eager-filter-init = true #启动时是否应初始化servlet筛选器。
server.undertow.max-http-post-size = 0 #HTTP帖子内容的最大大小(以字节为单位)。
server.undertow.worker-threads = #工作线程数。

#FREEMARKER(FreeMarkerAutoConfiguration)
 spring.freemarker.allow-request-override = false #设置是否允许HttpServletRequest属性覆盖(隐藏)控制器生成的同名的模型属性。
spring.freemarker.allow-session-override = false #设置是否允许HttpSession属性重写(隐藏)控制器生成的同名的模型属性。
spring.freemarker.cache = false #启用模板缓存。
spring.freemarker.charset = UTF-8 #模板编码。
spring.freemarker.check-template-location = true #检查模板位置是否存在。
spring.freemarker.content-type = text / html #Content-Type值。
spring.freemarker.enabled = true #启用此技术的MVC视图分辨率。
spring.freemarker.expose-request-attributes = false #设置在与模板合并之前是否应将所有请求属性添加到模型中。
spring.freemarker.expose-session-attributes = false #设置在与模板合并之前是否应将所有HttpSession属性添加到模型中。
spring.freemarker.expose-spring-macro-helpers = true #设置是否公开一个RequestContext供Spring Spring宏的库使用,名称为“springMacroRequestContext”。
spring.freemarker.prefer-file-system-access = true #首选文件系统访问模板加载。文件系统访问可以对模板更改进行热检测。
spring.freemarker.prefix = #前缀,用于在构建URL时查看名称。
spring.freemarker.request-context-attribute = #所有视图的
RequestContext属性的名称。spring.freemarker.settings。* = #众所周知的FreeMarker密钥将被传递给FreeMarker的配置。
spring.freemarker.suffix = .ftl #在构建URL时附加查看名称的后缀。
spring.freemarker.template-loader-path = classpath:/ templates /#逗号分隔的模板路径列表。
spring.freemarker.view-names = #可以解决的视图名称的白名单。

#GROOVY TEMPLATES(GroovyTemplateAutoConfiguration)
 spring.groovy.template.allow-request-override = false #设置是否允许HttpServletRequest属性覆盖(隐藏)控制器生成的同名的模型属性。
spring.groovy.template.allow-session-override = false #设置是否允许HttpSession属性重写(隐藏)控制器生成的同名的模型属性。
spring.groovy.template.cache = #启用模板缓存。
spring.groovy.template.charset = UTF-8 #模板编码。
spring.groovy.template.check-template-location = true #检查模板位置是否存在。
spring.groovy.template.configuration。* = #请参阅GroovyMarkupConfigurer 
spring.groovy.template.content-type = test / html #Content-Type值。
spring.groovy.template.enabled = true #启用此技术的MVC视图分辨率。
spring.groovy.template.expose-request-attributes = false #设置在与模板合并之前是否应将所有请求属性添加到模型中。
spring.groovy.template.expose-session-attributes = false #设置在与模板合并之前是否应将所有HttpSession属性添加到模型中。
spring.groovy.template.expose-spring-macro-helpers = true#设置是否公开一个RequestContext供Spring Spring的宏库使用,名称为“springMacroRequestContext”。
spring.groovy.template.prefix = #前缀,用于在构建URL时查看名称。
spring.groovy.template.request-context-attribute = #所有视图的
RequestContext属性的名称。spring.groovy.template.resource-loader-path = classpath:/ templates / #模板路径。
spring.groovy.template.suffix = .tpl #在构建URL时附加查看名称的后缀。
spring.groovy.template.view-names = #可以解决的视图名称的白名单。

#SPRING HATEOAS(HateoasProperties)
 spring.hateoas.use-hal-as-default-json-media-type = true #指定应用程序/ hal + json响应是否应发送到接受application / json的请求。


#HTTP 消息转换spring.http.converters.preferred-json-mapper = #用于HTTP消息转换的首选JSON映射器,默认情况下根据环境自动检测。

#HTTP 编码(HttpEncodingProperties)
 spring.http.encoding.charset = UTF-8 #HTTP请求和响应的字符集。如果未明确设置,则添加到“Content-Type”头。
spring.http.encoding.enabled = true #启用http编码支持。
spring.http.encoding.force = #将编码强制到HTTP请求和响应上配置的字符集。
spring.http.encoding.force-request = #将编码强制到HTTP请求上配置的字符集。“force”未指定时,默认为true。
spring.http.encoding.force-response = #强制编码到HTTP响应上配置的字符集。
spring.http.encoding.mapping = #编码映射的区域设置。

#MULTIPART (MultipartProperties)
 spring.servlet.multipart.enabled = true #启用对多部分上传的支持。
spring.servlet.multipart.file-size-threshold = 0 #将文件写入磁盘后的阈值。值可以使用后缀“MB”或“KB”分别表示兆字节或千字节。
spring.servlet.multipart.location = #上传文件的中间位置。
spring.servlet.multipart.max-file-size = 1MB #最大文件大小。值可以使用后缀“MB”或“KB”分别表示兆字节或千字节。
spring.servlet.multipart.max-request-size = 10MB#最大请求大小。值可以使用后缀“MB”或“KB”分别表示兆字节或千字节。
spring.servlet.multipart.resolve-lazily = false #是否在文件或参数访问时懒惰地解析multipart请求。

#JACKSON (JacksonProperties)
 spring.jackson.date-format = #日期格式字符串或全限定日期格式类名。例如`yyyy-MM-dd HH:mm:ss`。
spring.jackson.default-property-inclusion = #控制序列化期间属性的包含。
spring.jackson.deserialization * = #影响Java对象反序列化方式的杰克逊开/关功能。
spring.jackson.generator。* = #发生器的杰克逊开/关功能。
spring.jackson.joda-date-time-format = #Joda日期时间格式字符串。如果未配置,如果配置了格式字符串,则“日期格式”将用作后备。
spring.jackson.locale = #用于格式化的区域设置。
spring.jackson.mapper。* = #Jackson通用开/关功能。
spring.jackson.parser。* = #解析器的杰克逊开/关功能。
spring.jackson.property-naming-strategy = #Jackson的PropertyNamingStrategy的一个常量。也可以是PropertyNamingStrategy子类的完全限定类名。
spring.jackson.serialization。* = #影响Java对象序列化方式的杰克逊开/关功能。
spring.jackson.time-zone = #格式化日期时使用的时区。例如`America / Los_Angeles`

#JERSEY (JerseyProperties)
 spring.jersey.application-path = #作为应用程序的基本URI的路径。如果指定,则覆盖“@ApplicationPath”的值。
spring.jersey.filter.order = 0 #泽西过滤器链序。
spring.jersey.init。* = #Init参数通过servlet或过滤器传递给泽西。
spring.jersey.servlet.load-on-startup = -1 #加载Jersey servlet的启动优先级。
spring.jersey.type = servlet #泽西集成类型。

   #SPRING LDAP(LdapProperties)
    spring.ldap.urls = #服务器的LDAP URL。
   spring.ldap.base = #所有操作应该源于的基本后缀。
   spring.ldap.username = #登录用户的服务器。
   spring.ldap.password = #登录服务器的密码。
   spring.ldap.base-environment。* = #LDAP规范设置。

      #EMBEDDED LDAP(EmbeddedLdapProperties)
 spring.ldap.embedded.base-dn = #基本DN 
   spring.ldap.embedded.credential.username = #嵌入式LDAP用户名。
   spring.ldap.embedded.credential.password = #嵌入式LDAP密码。
   spring.ldap.embedded.ldif = classpath:schema.ldif #Schema(LDIF)脚本资源引用。
   spring.ldap.embedded.port = #嵌入式LDAP端口。
   spring.ldap.embedded.validation.enabled = true #启用LDAP模式验证。
   spring.ldap.embedded.validation.schema = #自定义模式的路径。

#SPRING MOBILE DEVICE VIEWS(DeviceDelegatingViewResolverAutoConfiguration)
 spring.mobile.devicedelegatingviewresolver.enable-fallback = false #启用对后退解析的支持。
spring.mobile.devicedelegatingviewresolver.enabled = false #启用设备视图解析器。
spring.mobile.devicedelegatingviewresolver.mobile-prefix = mobile / #前缀,用于查看移动设备的名称。
spring.mobile.devicedelegatingviewresolver.mobile-suffix = #后缀,附加到查看移动设备的名称。
spring.mobile.devicedelegatingviewresolver.normal-prefix =#前缀,用于查看普通设备的名称。
spring.mobile.devicedelegatingviewresolver.normal-suffix = #后缀被追加到查看普通设备的名称。
spring.mobile.devicedelegatingviewresolver.tablet-prefix = tablet / #前缀,用于查看平板设备的名称。
spring.mobile.devicedelegatingviewresolver.tablet-suffix = #后缀,附加到查看平板设备的名称。

#SPRING MOBILE SITE PREFERENCE(SitePreferenceAutoConfiguration)
 spring.mobile.sitepreference.enabled = true #启用SitePreferenceHandler。

#MUSTACHE TEMPLATES(MustacheAutoConfiguration)
 spring.mustache.allow-request-override = #设置是否允许HttpServletRequest属性覆盖(隐藏)控制器生成的同名的模型属性。
spring.mustache.allow-session-override = #设置是否允许HttpSession属性重写(隐藏)控制器生成的同名的模型属性。
spring.mustache.cache = #启用模板缓存。
spring.mustache.charset = #模板编码。
spring.mustache.check-template-location = #检查模板位置是否存在。
spring.mustache.content-type =#Content-Type值。
spring.mustache.enabled = #启用此技术的MVC视图分辨率。
spring.mustache.expose-request-attributes = #设置在与模板合并之前是否应将所有请求属性添加到模型中。
spring.mustache.expose-session-attributes = #设置在与模板合并之前是否应将所有HttpSession属性添加到模型中。
spring.mustache.expose-spring-macro-helpers = #设置是否公开一个RequestContext供Spring Spring的宏库使用,名称为“springMacroRequestContext”。
spring.mustache.prefix = classpath:/ templates / #应用于模板名称的前缀。
spring.mustache.request-context-attribute = #所有视图的
RequestContext属性的名称。spring.mustache.suffix = .mustache #应用于模板名称的后缀。
spring.mustache.view-names = #可以解决的视图名称的白名单。

#SPRING MVC(WebMvcProperties)
 spring.mvc.async.request-timeout = #异步请求处理超时之前的时间量(以毫秒为单位)。
spring.mvc.date-format = #要使用的日期格式。例如`dd / MM / yyyy`。
spring.mvc.dispatch-trace-request = false #向FrameworkServlet doService方法发送TRACE请求。
spring.mvc.dispatch-options-request = true #向FrameworkServlet doService方法发送OPTIONS请求。
spring.mvc.favicon.enabled = true #启用favicon.ico的解析。
spring.mvc.formcontent.putfilter.enabled = true#启用Spring的HttpPutFormContentFilter。
spring.mvc.ignore-default-model-on-redirect = true #如果在重定向方案期间应该忽略“默认”模型的内容。
spring.mvc.locale = #使用的区域设置。默认情况下,该语言环境被“Accept-Language”标头覆盖。
spring.mvc.locale-resolver = accept-header #定义应该如何解决区域设置。
spring.mvc.log-resolved-exception = false #启用由“HandlerExceptionResolver” 
解析的异常的警告日志记录。spring.mvc.media-types。* = #将文件扩展名映射到内容协商的媒体类型。
spring.mvc.message-codes-resolver-format =#消息代码格式策略。例如`PREFIX_ERROR_CODE`。
spring.mvc.servlet.load-on-startup = -1 #加载Spring Web Services servlet的启动优先级。
spring.mvc.static-path-pattern = / ** #用于静态资源的路径模式。
spring.mvc.throw-exception-if-no-handler-found = false #如果没有发现处理程序处理请求,则应抛出“NoHandlerFoundException”。
spring.mvc.view.prefix = #Spring MVC视图前缀。
spring.mvc.view.suffix = #Spring MVC视图后缀。

#SPRING RESOURCES HANDLING(ResourceProperties)
 spring.resources.add-mappings = true #启用默认资源处理。
spring.resources.cache-period = #由资源处理程序提供的资源的缓存期,以秒为单位。
spring.resources.chain.cache = true #在资源链中启用缓存。
spring.resources.chain.enabled = #启用Spring资源处理链。默认情况下禁用,除非启用了至少一个策略。
spring.resources.chain.gzipped = false #启用已经gzip压缩资源的解析。
spring.resources.chain.html-application-cache = false#启用HTML5应用程序缓存清单重写。
spring.resources.chain.strategy.content.enabled = false #启用内容版本策略。
spring.resources.chain.strategy.content.paths = / ** #应用于版本策略的模式的逗号分隔列表。
spring.resources.chain.strategy.fixed.enabled = false #启用固定版本策略。
spring.resources.chain.strategy.fixed.paths = / ** #应用于版本策略的逗号分隔的模式列表。
spring.resources.chain.strategy.fixed.version = #用于版本策略的版本字符串。
spring.resources.static-位置= classpath:/ META-INF / resources /,classpath:/ resources /,classpath:/ static /,classpath:/ public / #静态资源的位置。

#SPRING SESSION(SessionProperties)
 spring.session.store-type = #会话存储类型。
spring.session.servlet.filter-order = -2147483598 #会话库过滤器顺序。
spring.session.servlet.filter-dispatcher-types = ASYNC,ERROR,REQUEST #会话库过滤调度器类型。

#SPRING SESSION HAZELCAST(HazelcastSessionProperties)
 spring.session.hazelcast.flush-mode = on-save #Sessions flush mode。
spring.session.hazelcast.map-name = spring:session:sessions #用于存储会话的地图名称。

#SPRING SESSION JDBC(JdbcSessionProperties)
 spring.session.jdbc.initialize-schema = embedded #数据库模式初始化模式。
spring.session.jdbc.schema = classpath:org / springframework / session / jdbc / schema- @ @ platform @ @ .sql #用于初始化数据库模式的SQL文件的路径。
spring.session.jdbc.table-name = SPRING_SESSION #用于存储会话的数据库表名称。

#SPRING SESSION MONGODB(MongoSessionProperties)
 spring.session.mongodb.collection-name = sessions #用于存储会话的集合名称。

#SPRING SESSION REDIS(RedisSessionProperties)
 spring.session.redis.flush-mode = on-save #Sessions flush模式。
spring.session.redis.namespace = #用于存储会话的密钥的命名空间。

#SPRING SOCIAL(SocialWebAutoConfiguration)
 spring.social.auto-connection-views = false #启用支持的提供程序的连接状态视图。

#SPRING SOCIAL FACEBOOK(FacebookAutoConfiguration)
 spring.social.facebook.app-id = #您的应用程序的Facebook应用程序ID 
spring.social.facebook.app-secret = #您的应用程序的Facebook应用程序秘密

#SPRING SOCIAL LINKEDIN(LinkedInAutoConfiguration)
 spring.social.linkedin.app-id = #您的应用程序的LinkedIn应用程序ID 
spring.social.linkedin.app-secret = #您的应用程序的LinkedIn应用程序秘密

#SPRING SOCIAL TWITTER(TwitterAutoConfiguration)
 spring.social.twitter.app-id = #你的应用程序的Twitter应用程序ID 
spring.social.twitter.app-secret = #你的应用程序的Twitter应用程序秘密

#THYMELEAF(ThymeleafAutoConfiguration)
 spring.thymeleaf.cache = true #启用模板缓存。
spring.thymeleaf.check-template = true #在渲染之前检查模板是否存在。
spring.thymeleaf.check-template-location = true #检查模板位置是否存在。
spring.thymeleaf.enabled = true #启用Web框架的Thymeleaf视图解析。
spring.thymeleaf.encoding = UTF-8 #模板文件编码。
spring.thymeleaf.excluded-view-names = #应该从解决方案中排除的视图名称的逗号分隔列表。
spring.thymeleaf.mode = HTML5#模板模板应用于模板。另请参见StandardTemplateModeHandlers。
spring.thymeleaf.prefix = classpath:/ templates / #在构建URL时预先查看名称的前缀。
spring.thymeleaf.reactive.max-chunk-size = #用于写入响应的数据缓冲区的最大大小(以字节为单位)。
spring.thymeleaf.reactive.media-types = #视图技术支持的媒体类型。
spring.thymeleaf.servlet.content-type = text / html #内容类型值写入HTTP响应。
spring.thymeleaf.suffix = .html #构建URL时附加查看名称的后缀。
spring.thymeleaf.template-resolver-order =#链中模板解析器的顺序。
spring.thymeleaf.view-names = #可以解析的视图名称的逗号分隔列表。

#SPRING WEB FLUX(WebFluxProperties)
 spring.webflux.static-path-pattern = / ** #用于静态资源的路径模式。

#SPRING WEB SERVICES(WebServicesProperties)
 spring.webservices.path = / services #作为服务的基本URI的路径。
spring.webservices.servlet.init = #将Servlet init参数传递给Spring Web Services。
spring.webservices.servlet.load-on-startup = -1 #加载Spring Web Services servlet的启动优先级。
spring.webservices.wsdl-locations = #以逗号分隔的WSDL和附带的XSD的位置列表,作为bean公开。



#---------------------------------------- 
#安全属性
#----- ----------------------------------- 
#SECURITY(SecurityProperties)
 spring.security.filter.order = 0 #安全过滤器连锁订单。
spring.security.filter.dispatcher-types = ASYNC,ERROR,REQUEST #安全过滤器链调度程序类型。

#SECURITY OAUTH2 CLIENT(OAuth2ClientProperties)
 spring.security.oauth2.client.provider。* = #OAuth提供者详细信息。
spring.security.oauth2.client.registration。* = #OAuth客户端注册。

#---------------------------------------- 
#DATA PROPERTIES 
#----- -----------------------------------

#FLYWAY (FlywayProperties)
 spring.flyway.allow-mixed-migrations = #
spring.flyway.baseline-description = #
spring.flyway.baseline-on-migrate = #
spring.flyway.baseline-version = 1 #版本开始迁移
spring.flyway.check-location = false #检查迁移脚本位置是否存在。
spring.flyway.clean-disabled = #
spring.flyway.clean-on-validation-error = #
spring.flyway.enabled = true #启用飞行路线。
spring.flyway.encoding = #
spring.flyway.group= #
spring.flyway.ignore-failed-future-migration = #
spring.flyway.ignore-future-migrations = #
spring.flyway.ignore-missing-migrations = #
spring.flyway.init-sqls = #要执行的SQL语句在获取连接后立即初始化连接。
spring.flyway.installed-by = #
spring.flyway.locations = classpath:db / migration #迁移脚本的位置
spring.flyway.mixed = #
spring.flyway.out-of-order = #
spring.flyway.password =
#JDBC 密码,如果您希望Flyway 创建自己的DataSource spring.flyway.placeholder-prefix = #
spring.flyway.placeholder-replacement = #
spring.flyway.placeholder-suffix = #
spring.flyway.placeholders。* = #
spring。 flyway.repeatable-sql-migration-prefix = #
spring.flyway.schemas = #schemas来更新
spring.flyway.skip-default-callbacks = #
spring.flyway.skip-default-resolvers = #
spring.flyway.sql-migration -prefix = V #
spring.flyway.sql迁移分离器 = #
spring.flyway.sql-migration-suffix = .sql #
spring.flyway.table = #
spring.flyway.target = #
spring.flyway.url = #要迁移的数据库的JDBC url。如果未设置,则使用主配置的数据源。
spring.flyway.user = #要迁移的数据库的登录用户。
spring.flyway.validate-on-migrate = #

#LIQUIBASE(LiquibaseProperties)
 spring.liquibase.change-log = classpath:/db/changelog/db.changelog-master.yaml#更改日志配置路径。
spring.liquibase.check-change-log-location = true #检查更改日志位置是否存在。
spring.liquibase.contexts = #使用逗号分隔的运行时上下文列表。
spring.liquibase.default-schema = #默认数据库模式。
spring.liquibase.drop-first = false #
首先删除数据库模式。spring.liquibase.enabled = true #启用液碱支持。
spring.liquibase.labels =#使用逗号分隔的运行时标签列表。
spring.liquibase.parameters。* = #更改日志参数。
spring.liquibase.password = #要迁移的数据库的登录密码。
spring.liquibase.rollback-file = #执行更新时要写入哪个回滚SQL的文件。
spring.liquibase.url = #要迁移的数据库的JDBC url。如果未设置,则使用主配置的数据源。
spring.liquibase.user = #要迁移的数据库的登录用户。

#COUCHBASE(CouchbaseProperties)
 spring.couchbase.bootstrap-hosts = #Couchbase节点(主机或IP地址)从中引导。
spring.couchbase.bucket.name = default #要连接到的桶的名称。
spring.couchbase.bucket.password =   #桶的密码。
spring.couchbase.env.endpoints.key-value = 1 #针对Key / Value服务的每个节点的套接字数。
spring.couchbase.env.endpoints.query = 1 #针对Query(N1QL)服务的每个节点的套接字数。
spring.couchbase.env.endpoints.view = 1 #针对视图服务的每个节点的套接字数。
spring.couchbase.env.ssl.enabled = #启用SSL支持。如果提供“keyStore”,则自动启用,除非另有规定。
spring.couchbase.env.ssl.key-store = #保存证书的JVM密钥存储库的路径。
spring.couchbase.env.ssl.key-store-password = #用于访问密钥库的密码。
spring.couchbase.env.timeouts.connect = 5000 #桶连接超时(以毫秒为单位)。
spring.couchbase.env.timeouts.key-value = 2500 #以特定密钥超时(以毫秒为单位)执行封锁操作。
spring.couchbase.env.timeouts.query = 7500 #N1QL查询操作超时(以毫秒为单位)。
spring.couchbase.env.timeouts.socket-connect = 1000 #套接字连接连接超时(以毫秒为单位)。
spring.couchbase.env.timeouts.view = 7500 #正常和地理空间视图操作超时(以毫秒为单位)。

#DAO (PersistenceExceptionTranslationAutoConfiguration)
 spring.dao.exceptiontranslation.enabled = true #启用PersistenceExceptionTranslationPostProcessor。

#CASSANDRA (CassandraProperties)
 spring.data.cassandra.cluster-name = #Cassandra群集的名称。
spring.data.cassandra.compression = none #由Cassandra二进制协议支持的压缩。
spring.data.cassandra.connect-timeout-millis = #套接字选项:连接超时。
spring.data.cassandra.consistency-level = #查询一致性级别。
spring.data.cassandra.contact-points = localhost #集群节点地址的逗号分隔列表。
spring.data.cassandra.fetch-size = #查询默认的抓取大小。
spring.data.cassandra.keyspace-name =#要使用的密钥空间名称。
spring.data.cassandra.load-balancing-policy = #负载均衡策略的类名。
spring.data.cassandra.port = #Cassandra服务器端口。
spring.data.cassandra.password = #登录服务器的密码。
spring.data.cassandra.pool.heartbeat-interval = 30 #在空闲连接上发送消息的心跳间隔(以秒为单位),以确保它仍然存在。
spring.data.cassandra.pool.idle-timeout = 120 #空闲连接被删除之前的空闲超时(以秒为单位)。
spring.data.cassandra.pool.max-queue-size = 256#没有连接可用时,入队的最大请求数。
spring.data.cassandra.pool.pool-timeout = 5000 #尝试从主机池获取连接时,池超时(以毫秒为单位)。
spring.data.cassandra.reactive-repositories.enabled = true #启用Cassandra反应库。
spring.data.cassandra.read-timeout-millis = #套接字选项:读取超时。
spring.data.cassandra.reconnection-policy = #重新连接策略类。
spring.data.cassandra.repositories.enabled = #启用Cassandra存储库。
spring.data.cassandra.retry-policy = #重试策略的类名。
spring.data.cassandra.serial-consistency-level = #查询串行一致性级别。
spring.data.cassandra.schema-action = none #启动时采取的模式操作。
spring.data.cassandra.ssl = false #启用SSL支持。
spring.data.cassandra.username = #登录用户的服务器。

#DATA COUCHBASE(CouchbaseDataProperties)
 spring.data.couchbase.auto-index = false #自动创建视图和索引。
spring.data.couchbase.consistency = read-your-own-writes #默认情况下在生成的查询上应用的一致性。
spring.data.couchbase.repositories.enabled = true #启用Couchbase存储库。

#ELASTICSEARCH(ElasticsearchProperties)
 spring.data.elasticsearch.cluster-name = elasticsearch #Elasticsearch集群名称。
spring.data.elasticsearch.cluster-nodes = #集群节点地址的逗号分隔列表。
spring.data.elasticsearch.properties。* = #用于配置客户端的其他属性。
spring.data.elasticsearch.repositories.enabled = true #启用Elasticsearch存储库。


#DATA LDAP spring.data.ldap.repositories.enabled = true #启用LDAP存储库。

#MONGODB(MongoProperties)
 spring.data.mongodb.authentication-database = #验证数据库名称。
spring.data.mongodb.database = test #数据库名称。
spring.data.mongodb.field-naming-strategy = #要使用的FieldNamingStrategy的完全限定名称。
spring.data.mongodb.grid-fs-database = #GridFS数据库名称。
spring.data.mongodb.host = localhost #Mongo服务器主机。不能用uri设置。
spring.data.mongodb.password = #登录mongo服务器的密码。不能用uri设置。
spring.data.mongodb.port = 27017#Mongo服务器端口。不能用uri设置。
spring.data.mongodb.reactive-repositories.enabled = true #启用Mongo反应库。
spring.data.mongodb.repositories.enabled = true #启用Mongo存储库。
spring.data.mongodb.uri = mongodb:// localhost / test #Mongo数据库URI。无法设置主机,端口和凭据。
spring.data.mongodb.username = #登录mongo服务器的用户。不能用uri设置。

#DATA REDIS 
spring.data.redis.repositories.enabled = true #启用Redis存储库。

#NEO4J(Neo4jProperties)
 spring.data.neo4j.auto-index = none #自动索引模式。
spring.data.neo4j.embedded.enabled = true #如果嵌入式驱动程序可用,启用嵌入式模式。
spring.data.neo4j.open-in-view = false #注册OpenSessionInViewInterceptor。绑定一个Neo4j会话到线程的整个处理请求。
spring.data.neo4j.password = #登录服务器的密码。
spring.data.neo4j.repositories.enabled = true #启用Neo4j存储库。
spring.data.neo4j.uri = #驱动程序使用的URI。默认情况下自动检测。
spring.data.neo4j.username= #登录用户的服务器。

#DATA REST(RepositoryRestProperties)
 spring.data.rest.base-path = #Spring Data REST使用的露出存储库资源的基本路径。
spring.data.rest.default-page-size = #
页面的默认大小。spring.data.rest.detection-strategy = default #用于确定哪些存储库被暴露的策略。
spring.data.rest.enable-enum-translation = #通过Spring Data REST默认资源包启用枚举值转换。
spring.data.rest.limit-param-name = #指示一次返回多少结果的URL查询字符串参数的名称。
spring.data.rest.max-page-size =#最大页数。
spring.data.rest.page-param-name = #指示要返回的页面的URL查询字符串参数的名称。
spring.data.rest.return-body-on-create = #创建一个实体后返回响应体。
spring.data.rest.return-body-on-update = #更新实体后返回响应体。
spring.data.rest.sort-param-name = #指示排序结果的方向的URL查询字符串参数的名称。

#SOLR (SolrProperties)
 spring.data.solr.host = http://127.0.0.1:8983 / solr #Solr主机。如果设置了“zk-host”,则被忽略。
spring.data.solr.repositories.enabled = true #启用Solr存储库。
spring.data.solr.zk-host = #ZooKeeper主机地址,格式为HOST:PORT。

#DATA WEB(SpringDataWebProperties)
 spring.data.web.pageable.default页大小 = 20 #缺省页大小。
spring.data.web.pageable.page-parameter = page #页面索引参数名称。
spring.data.web.pageable.size-parameter = size #页面大小参数名称。
spring.data.web.sort.sort-parameter = sort #排序参数名称。

#DATASOURCE (DataSourceAutoConfiguration&DataSourceProperties)
 spring.datasource.continue-on-error = false #如果在初始化数据库时发生错误,请勿停止。
spring.datasource.data = #数据(DML)脚本资源引用。
spring.datasource.data-username = #数据库用户执行DML脚本(如果不同)。
spring.datasource.data-password = #执行DML脚本(如果不同)的数据库密码。
spring.datasource.dbcp2。* = #Commons DBCP2具体设置
spring.datasource.driver-class-name =#JDBC驱动程序的完全限定名称。默认情况下,根据URL自动检测。
spring.datasource.generate-unique-name = false #生成随机数据源名称。
spring.datasource.hikari。* = #Hikari具体设置
spring.datasource.initialize = true #使用'data.sql'填充数据库。
spring.datasource.jmx-enabled = false #启用JMX支持(如果由底层池提供)。
spring.datasource.jndi-name = #数据源的JNDI位置。设置时,类,网址,用户名和密码将被忽略。
spring.datasource.name = testdb #数据源的名称。
spring.datasource.password= #登录数据库的密码。
spring.datasource.platform =所有#在DDL或DML脚本中使用的平台(例如模式 -  $ {platform} .sql或数据 -  $ {platform} .sql)。
spring.datasource.schema = #Schema(DDL)脚本资源引用。
spring.datasource.schema-username = #数据库用户执行DDL脚本(如果不同)。
spring.datasource.schema-password = #执行DDL脚本的数据库密码(如果不同)。
spring.datasource.separator =; #语句分隔符在SQL初始化脚本中。
spring.datasource.sql-script-encoding = #SQL脚本编码。
spring.datasource.tomcat * = #Tomcat数据源特定设置
spring.datasource.type = #要使用的连接池实现的完全限定名称。默认情况下,它是从类路径自动检测的。
spring.datasource.url = #数据库的JDBC url。
spring.datasource.username = #登录数据库的用户。
spring.datasource.xa.data-source-class-name = #XA数据源完全限定名称。
   spring.datasource.xa.properties = #传递给XA数据源的属性。

#JEST (Elasticsearch HTTP client)(JestProperties)
 spring.elasticsearch.jest.connection-timeout = 3000 #连接超时(毫秒)。
spring.elasticsearch.jest.multi-threaded = true #启用来自多个执行线程的连接请求。
spring.elasticsearch.jest.password = #登录密码。
spring.elasticsearch.jest.proxy.host = #HTTP客户端应该使用的代理主机。
spring.elasticsearch.jest.proxy.port = #HTTP客户端应该使用的代理端口。
spring.elasticsearch.jest.read-timeout = 3000 #以毫秒读取超时。
spring.elasticsearch.jest.uris= http:// localhost:9200 #要使用的弹性搜索实例的逗号分隔列表。
spring.elasticsearch.jest.username = #登录用户。

#H2 Web Console(H2ConsoleProperties)
 spring.h2.console.enabled = false #启动控制台。
spring.h2.console.path = / h2-console #控制台可用的路径。
spring.h2.console.settings.trace = false #启用跟踪输出。
spring.h2.console.settings.web-allow-others = false #启用远程访问。

#InfluxDB(InfluxDbProperties)
 spring.influx.password = #登录密码。
spring.influx.url = #连接到InfluxDB实例的URL。
spring.influx.user = #登录用户。

#JOOQ (JooqAutoConfiguration)
 spring.jooq.sql-dialect = #使用Sql方言,默认情况下自动检测。

#JDBC (JdbcProperties)
 spring.jdbc.template.fetch-size = -1 #当需要更多行时,应从数据库中获取的行数。
spring.jdbc.template.max-rows = -1 #最大行数。
spring.jdbc.template.query-timeout = -1 #以秒为单位的查询超时。

#JPA (JpaBaseConfiguration,HibernateJpaAutoConfiguration)
 spring.data.jpa.repositories.enabled = true #启用JPA存储库。
spring.jpa.database = #目标数据库进行操作,默认情况下自动检测。可以使用“databasePlatform”属性设置。
spring.jpa.database-platform = #要运行的目标数据库的名称,默认情况下自动检测。可以使用“数据库”枚举来设置。
spring.jpa.generate-ddl = false #启动时初始化模式。
spring.jpa.hibernate.ddl-auto =#DDL模式。这实际上是“hibernate.hbm2ddl.auto”属性的快捷方式。使用嵌入式数据库时默认为“创建删除”,没有检测到模式管理器,否则为“否”。
spring.jpa.hibernate.naming.implicit-strategy = #Hibernate 5隐式命名策略完全限定名。
spring.jpa.hibernate.naming.physical-strategy = #Hibernate 5物理命名策略完全限定名。
spring.jpa.hibernate.use-new-id-generator-mappings = #使用Hibernate的较新的IdentifierGenerator进行AUTO,TABLE和SEQUENCE。
spring.jpa.open-in-view = true #注册OpenEntityManagerInViewInterceptor。
spring.jpa.properties。* = #在JPA提供程序上设置的其他本机属性。
spring.jpa.show-sql = false #启用SQL语句的日志记录。

#JTA (JtaAutoConfiguration)
 spring.jta.enabled = true #启用JTA支持。
spring.jta.log-dir = #Transaction logs目录。
spring.jta.transaction-manager-id = #事务管理器唯一标识符。

#ATOMIKOS(AtomikosProperties)
 spring.jta.atomikos.connectionfactory.borrow-connection-timeout = 30 #从池中借出连接的超时(秒)。
spring.jta.atomikos.connectionfactory.ignore-session-transacted-flag = true #创建会话时是否忽略事务标志。
spring.jta.atomikos.connectionfactory.local-transaction-mode = false #是否需要本地事务。
spring.jta.atomikos.connectionfactory.maintenance-interval = 60 #池的维护线程运行之间的时间(以秒为单位)。
spring.jta.atomikos.connectionfactory.max-idle-time = 60#从池中清除连接的时间(以秒为单位)。
spring.jta.atomikos.connectionfactory.max-lifetime = 0 #在被破坏之前可以将连接合并的时间(以秒为单位)。0表示无限制。
spring.jta.atomikos.connectionfactory.max-pool-size = 1 #池的最大大小。
spring.jta.atomikos.connectionfactory.min-pool-size = 1 #池的最小大小。
spring.jta.atomikos.connectionfactory.reap-timeout = 0 #借用连接的收获超时(以秒为单位)。0表示无限制。
spring.jta.atomikos.connectionfactory.unique-resource-name = jmsConnectionFactory#在恢复期间用于标识资源的唯一名称。
spring.jta.atomikos.datasource.borrow-connection-timeout = 30 #从池中借出连接的超时(秒)。
spring.jta.atomikos.datasource.default-isolation-level = #池提供的连接的默认隔离级别。
spring.jta.atomikos.datasource.login-timeout = #用于建立数据库连接的超时(以秒为单位)。
spring.jta.atomikos.datasource.maintenance-interval = 60 #池的维护线程运行之间的时间(以秒为单位)。
spring.jta.atomikos.datasource.max-idle-time = 60#从池中清除连接的时间(以秒为单位)。
spring.jta.atomikos.datasource.max-lifetime = 0 #在被破坏之前可以将连接合并的时间(以秒为单位)。0表示无限制。
spring.jta.atomikos.datasource.max-pool-size = 1 #池的最大大小。
spring.jta.atomikos.datasource.min-pool-size = 1 #池的最小大小。
spring.jta.atomikos.datasource.reap-timeout = 0 #借用连接的收获超时(以秒为单位)。0表示无限制。
spring.jta.atomikos.datasource.test-query = #用于在返回连接之前验证连接的SQL查询或语句。
spring.jta.atomikos.datasource.unique-resource-name = dataSource #用于在恢复期间识别资源的唯一名称。
spring.jta.atomikos.properties.allow-sub-transactions = true #指定是否允许子事务。
spring.jta.atomikos.properties.checkpoint-interval = 500 #检查点之间的间隔。
spring.jta.atomikos.properties.default-jta-timeout = 10000 #JTA事务的默认超时。
spring.jta.atomikos.properties.enable-logging = true #启用磁盘日志记录。
spring.jta.atomikos.properties.force-shutdown-on-vm-exit = false#指定VM关机是否应触发强制关闭事务核心。
spring.jta.atomikos.properties.log-base-dir = #应该存储日志文件的目录。
spring.jta.atomikos.properties.log-base-name = tmlog #事务日志文件的基础名称。
spring.jta.atomikos.properties.max-actives = 50 #最大活动事务数。
spring.jta.atomikos.properties.max-timeout = 300000 #事务允许的最大超时(以毫秒为单位)。
spring.jta.atomikos.properties.recovery.delay = 10000 #两次恢复扫描之间延迟。
spring.jta.atomikos.properties.recovery.forget孤儿的日志条目延迟= 86400000 #延迟之后恢复可以清除挂起('孤立')日志条目。
spring.jta.atomikos.properties.recovery.max-retries = 5 #在抛出异常之前重试尝试提交事务的次数。
spring.jta.atomikos.properties.recovery.retry-interval = 10000 #重试尝试之间的延迟。
spring.jta.atomikos.properties.serial-jta-transactions = true #指定如果可能的话,应该加入子事务。
spring.jta.atomikos.properties.service = #应该启动的事务管理器实现。
spring.jta.atomikos.properties.threaded-two-phase-commit = false#对参与资源使用不同(和并发)线程进行两阶段提交。
spring.jta.atomikos.properties.transaction-manager-unique-name = #事务管理器的唯一名称。

#BITRONIX 
spring.jta.bitronix.connectionfactory.acquire-increment = 1 #增长池时要创建的连接数。
spring.jta.bitronix.connectionfactory.acquisition-interval = 1 #在获取无效连接后再次尝试获取连接之前等待的时间(以秒为单位)。
spring.jta.bitronix.connectionfactory.acquisition-timeout = 30 #从池中获取连接的超时(以秒为单位)。
spring.jta.bitronix.connectionfactory.allow-local-transactions = true #事务管理器是否允许混合XA和非XA事务。
spring.jta.bitronix.connectionfactory.apply-transaction-timeout = false#事件超时是否应该在XAResource被登记时设置。
spring.jta.bitronix.connectionfactory.automatic-enlisting-enabled = true #资源是否应该被自动登记和删除。
spring.jta.bitronix.connectionfactory.cache-producer-consumer = true #是否生产和消费者应该被缓存。
spring.jta.bitronix.connectionfactory.defer-connection-release = true #提供程序是否可以在同一连接上运行许多事务,并支持事务交织。
spring.jta.bitronix.connectionfactory.ignore-recovery-failures = false #是否应忽略恢复失败。
spring.jta.bitronix.connectionfactory.max-idle-time = 60 #从池中清除连接之后的时间(以秒为单位)。
spring.jta.bitronix.connectionfactory.max-pool-size = 10 #池的最大大小。0表示无限制。
spring.jta.bitronix.connectionfactory.min-pool-size = 0 #池的最小大小。
spring.jta.bitronix.connectionfactory.password = #用于连接到JMS提供程序的密码。
spring.jta.bitronix.connectionfactory.share-transaction-connections = false #ACCESSIBLE状态中的连接是否可以在事务的上下文中共享。
spring.jta.bitronix.connectionfactory.test-connections = true #从池中获取连接是否应该进行测试。
spring.jta.bitronix.connectionfactory.two-pc-ordering-position = 1 #在两阶段提交期间该资源应该采取的位置(始终为Integer.MIN_VALUE,始终为Integer.MAX_VALUE)。
spring.jta.bitronix.connectionfactory.unique-name = jmsConnectionFactory #用于在恢复期间标识资源的唯一名称。
spring.jta.bitronix.connectionfactory.use-tm-join = true启动XAResource时是否应使用TMJOIN。
spring.jta.bitronix.connectionfactory.user =#用于连接到JMS提供者的用户。
spring.jta.bitronix.datasource.acquire-increment = 1 #生成池时要创建的连接数。
spring.jta.bitronix.datasource.acquisition-interval = 1 #在获取无效连接后再尝试获取连接之前等待的时间(以秒为单位)。
spring.jta.bitronix.datasource.acquisition-timeout = 30 #从池中获取连接的超时(以秒为单位)。
spring.jta.bitronix.datasource.allow-local-transactions = true #事务管理器是否允许混合XA和非XA事务。
spring.jta.bitronix.datasource.apply-transaction-timeout = false#事件超时是否应该在XAResource被登记时设置。
spring.jta.bitronix.datasource.automatic-enlisting-enabled = true #资源是否应该被登记和自动删除。
spring.jta.bitronix.datasource.cursor-holdability = #连接的默认游标保持性。
spring.jta.bitronix.datasource.defer-connection-release = true #数据库是否可以在同一连接上运行许多事务,并支持事务交织。
spring.jta.bitronix.datasource.enable-jdbc4-connection-test = #从池中获取连接时是否调用Connection.isValid()。
spring.jta.bitronix.datasource.ignore-recovery-failures = false #是否应忽略恢复失败。
spring.jta.bitronix.datasource.isolation-level = #连接的默认隔离级别。
spring.jta.bitronix.datasource.local-auto-commit = #本地事务的默认自动提交模式。
spring.jta.bitronix.datasource.login-timeout = #用于建立数据库连接的超时(以秒为单位)。
spring.jta.bitronix.datasource.max-idle-time = 60 #从池中清除连接之后的时间(以秒为单位)。
spring.jta.bitronix.datasource.max-pool-size = 10#池的最大大小。0表示无限制。
spring.jta.bitronix.datasource.min-pool-size = 0 #池的最小大小。
spring.jta.bitronix.datasource.prepared-statement-cache-size = 0 #准备好的语句高速缓存的目标大小。0禁用缓存。
spring.jta.bitronix.datasource.share-transaction-connections = false #ACCESSIBLE状态下的连接是否可以在事务的上下文中共享。
spring.jta.bitronix.datasource.test-query = #用于在返回连接之前验证连接的SQL查询或语句。
spring.jta.bitronix.datasource.two-pc-ordering-position = 1#这个资源在两阶段提交期间应该采取的位置(始终是Integer.MIN_VALUE,始终是Integer.MAX_VALUE)。
spring.jta.bitronix.datasource.unique-name = dataSource #用于在恢复期间标识资源的唯一名称。
spring.jta.bitronix.datasource.use-tm-join = true启动XAResource时是否应使用TMJOIN。
spring.jta.bitronix.properties.allow-multiple-lrc = false #允许将多个LRC资源注册到同一个事务中。
spring.jta.bitronix.properties.asynchronous2-pc = false #异步执行两阶段提交。
spring.jta.bitronix.properties.background-recovery-interval-seconds = 60#在后台运行恢复过程的间隔(秒)。
spring.jta.bitronix.properties.current-node-only-recovery = true #仅恢复当前节点。
spring.jta.bitronix.properties.debug零资源事务 =假#日志的创建和提交没有一个单一的士兵资源执行的事务调用堆栈。
spring.jta.bitronix.properties.default-transaction-timeout = 60 #默认事务超时(以秒为单位)。
spring.jta.bitronix.properties.disable-jmx = false #启用JMX支持。
spring.jta.bitronix.properties.exception-analyzer = #设置要使用的异常分析器实现的完全限定名称。
spring.jta.bitronix.properties.filter-log-status = false #启用日志过滤功能,只写入强制日志。
spring.jta.bitronix.properties.force-batching-enabled = true #如果磁盘强制被批量设置。
spring.jta.bitronix.properties.forced-write-enabled = true #设置日志是否强制到磁盘。
spring.jta.bitronix.properties.graceful-shutdown-interval = 60 #TM在关机时中止它们之前等待事务完成的最大秒数。
spring.jta.bitronix.properties.jndi-transaction-synchronization-registry-name = #TransactionSynchronizationRegistry的JNDI名称。
spring.jta.bitronix.properties.jndi-user-transaction-name = #UserTransaction的JNDI名称。
spring.jta.bitronix.properties.journal = disk #日志的名称。可以是'disk','null'或类名。
spring.jta.bitronix.properties.log-part1-filename = btm1.tlog #日志的第一个片段的名称。
spring.jta.bitronix.properties.log-part2-filename = btm2.tlog #日志的第二个片段的名称。
spring.jta.bitronix.properties.max-log-size-in-mb = 2 #日志碎片的最大大小(以兆字节为单位)。
spring.jta.bitronix.properties.resource-configuration-filename = #ResourceLoader配置文件名。
spring.jta.bitronix.properties.server-id = #必须唯一标识此TM实例的ASCII ID。默认为机器的IP地址。
spring.jta.bitronix.properties.skip-corrupted-logs = false #跳过损坏的事务日志条目。
spring.jta.bitronix.properties.warn-about-zero-resource-transaction = true #为没有单个登记资源执行的事务记录一个警告。

#NARAYANA(NarayanaProperties)
 spring.jta.narayana.default-timeout = 60 #事务超时(以秒为单位)。
spring.jta.narayana.expiry-scanners = com.arjuna.ats.internal.arjuna.recovery.ExpiredTransactionStatusManagerScanner #逗号分隔的过期扫描器列表。
spring.jta.narayana.log-dir = #事务对象存储目录。
spring.jta.narayana.one-phase-commit = true #启用一个阶段提交优化。
spring.jta.narayana.periodic-recovery-period = 120 #在几秒内执行定期恢复扫描的间隔。
spring.jta.narayana.recovery-backoff-period = 10#恢复扫描的第一和第二阶段之间的时间间隔(秒)。
spring.jta.narayana.recovery-db-pass = #恢复管理器使用的数据库密码。
spring.jta.narayana.recovery-db-user = #恢复管理器使用的数据库用户名。
spring.jta.narayana.recovery-jms-pass = #恢复管理器使用的JMS密码。
spring.jta.narayana.recovery-jms-user = #恢复管理器使用的JMS用户名。
spring.jta.narayana.recovery-modules = #恢复模块的逗号分隔列表。
spring.jta.narayana.transaction-manager-id = 1 #唯一事务管理器ID。
spring.jta.narayana.xa-resource-orphan-filters = #孤立筛选器的逗号分隔列表。

#EMBEDDED MONGODB(EmbeddedMongoProperties)
 spring.mongodb.embedded.features = SYNC_DELAY #启用功能的逗号分隔列表。
spring.mongodb.embedded.storage.database-dir = #用于数据存储的目录。
spring.mongodb.embedded.storage.oplog-size = #oplog的最大大小(兆字节)。
spring.mongodb.embedded.storage.repl-set-name = #副本集的名称。
spring.mongodb.embedded.version = 2.6.10 #Mongo使用版本。

#REDIS(RedisProperties)
 spring.redis.cluster.max -redirects = #在集群中执行命令时要执行的最大重定向次数。
spring.redis.cluster.nodes = #从“主机:端口”对的逗号分隔列表。
spring.redis.database = 0 #连接工厂使用的数据库索引。
spring.redis.url = #连接URL,将覆盖主机,端口和密码(用户将被忽略),例如redis:// user:password@example.com :6379 
spring.redis.host = localhost #Redis服务器主机。
spring.redis.jedis.pool.max-active = 8#给定时间池可以分配的最大连接数。使用负值为无限制。
spring.redis.jedis.pool.max-idle = 8 #池中“空闲”连接的最大数量。使用负值来表示无限数量的空闲连接。
spring.redis.jedis.pool.max-wait = -1 #连接分配在池耗尽时抛出异常之前应阻止的最大时间(以毫秒为单位)。使用负值无限期地阻止。
spring.redis.jedis.pool.min-idle = 0 #在池中维护的最小空闲连接数目标。此设置只有在正值时才有效果。
spring.redis.lettuce.pool.max-active = 8#给定时间池可以分配的最大连接数。使用负值为无限制。
spring.redis.lettuce.pool.max-idle = 8 #池中最大“空闲”连接数。使用负值来表示无限数量的空闲连接。
spring.redis.lettuce.pool.max-wait = -1 #连接分配在池耗尽时抛出异常之前应阻止的最大时间(以毫秒为单位)。使用负值无限期地阻止。
spring.redis.lettuce.pool.min-idle = 0 #在池中维护的最小空闲连接数目标。此设置只有在正值时才有效果。
spring.redis.lettuce.shutdown-timeout = 100#关闭超时(以毫秒为单位)。
spring.redis.password = #登录redis服务器的密码。
spring.redis.port = 6379 #Redis服务器端口。
spring.redis.sentinel.master = #Redis服务器的名称。
spring.redis.sentinel.nodes = #主机:端口对的逗号分隔列表。
spring.redis.ssl = false #启用SSL支持。
spring.redis.timeout = 0 #连接超时(以毫秒为单位)。

#TRANSACTION (TransactionProperties)
 spring.transaction.default-timeout = #默认事务超时(以秒为单位)。
spring.transaction.rollback-on-commit-failure = #在提交失败时执行回滚。



#---------------------------------------- 
#INTEGRATION PROPERTIES 
#----- -----------------------------------

#ACTIVEMQ(ActiveMQProperties)
 spring.activemq.broker-url = #ActiveMQ代理的URL。默认自动生成。
spring.activemq.close-timeout = 15000 #在考虑关闭完成之前等待的时间(以毫秒为单位)。
spring.activemq.in-memory = true #指定默认代理URL是否应在内存中。如果指定了一个显式代理,则被忽略。
spring.activemq.non-blocking-redelivery = false #在从回滚事务重新传递邮件之前,不要停止邮件传递。这意味着当启用消息顺序时不会被保留。
spring.activemq.password =#登录密码的经纪人。
spring.activemq.send-timeout = 0 #响应消息发送等待的时间(以毫秒为单位)。将其设置为0以表示等待永远。
spring.activemq.user = #代理登录用户。
spring.activemq.packages.trust-all = #信任所有包。
spring.activemq.packages.trusted = #要信任的特定包的逗号分隔列表(不信任所有包时)。
spring.activemq.pool.block-if-full = true #当请求连接并且池已满时,阻塞。将其设置为false,以引发“JMSException”。
spring.activemq.pool.block-if-full-timeout = -1#阻塞期间(以毫秒为单位),如果池仍然满,则抛出异常。
spring.activemq.pool.create-connection-on-startup = true #在启动时创建一个连接。可用于在启动时预热池。
spring.activemq.pool.enabled = false #是否应该创建一个PooledConnectionFactory而不是一个常规的ConnectionFactory。
spring.activemq.pool.expiry-timeout = 0 #连接到期超时(以毫秒为单位)。
spring.activemq.pool.idle-timeout = 30000 #连接空闲超时(以毫秒为单位)。
spring.activemq.pool.max-connections = 1 #最大合并连接数。
spring.activemq.pool.maximum-active-session-per-connection = 500 #每个连接的最大活动会话数。
spring.activemq.pool.reconnect-on-exception = true #发生“JMSException”时重置连接。
spring.activemq.pool.time-between-expiration-check = -1 #空闲连接逐出线程的运行之间的睡眠时间(以毫秒为单位)。当为负时,没有空闲连接驱逐线程运行。
spring.activemq.pool.use-anonymous-producer = true #仅使用一个匿名的“MessageProducer”实例。将其设置为false,以便在每次需要时创建一个“MessageProducer”。

#ARTEMIS (ArtemisProperties)
 spring.artemis.embedded.cluster-password = #群集密码。默认情况下随机生成。
spring.artemis.embedded.data-directory = #日志文件目录。如果持久性被关闭,则不需要。
spring.artemis.embedded.enabled = true #如果Artemis服务器API可用,启用嵌入式模式。
spring.artemis.embedded.persistent = false #启用持久存储。
spring.artemis.embedded.queues = #启动时要创建的队列的逗号分隔列表。
spring.artemis.embedded.server-id =#服务器ID。默认情况下,使用自动递增的计数器。
spring.artemis.embedded.topics = #启动时要创建的主题的逗号分隔列表。
spring.artemis.host = localhost #Artemis代理主机。
spring.artemis.mode = #Artemis部署模式,默认情况下自动检测。
spring.artemis.password = #登录密码。
spring.artemis.port = 61616 #Artemis经纪人港口。
spring.artemis.user = #经纪人的登录用户。

#SPRING BATCH(BatchProperties)
 spring.batch.initialize-schema = embedded #数据库模式初始化模式。
spring.batch.job.enabled = true #在启动时执行上下文中的所有Spring批处理作业。
spring.batch.job.names = #在启动时执行的作业名称的逗号分隔列表(例如`job1,job2`)。默认情况下,执行在上下文中找到的所有作业。
spring.batch.schema = classpath:org / springframework / batch / core / schema- @ @ platform @ @ .sql #用于初始化数据库模式的SQL文件的路径。
spring.batch.table-prefix =#所有批次元数据表的表前缀。

#SPRING INTEGRATION(IntegrationProperties)
 spring.integration.jdbc.initialize-schema = embedded #数据库模式初始化模式。
spring.integration.jdbc.schema = classpath:org / springframework / integration / jdbc / schema- @ @ platform @ @ .sql #用于初始化数据库模式的SQL文件的路径。

#JMS (JmsProperties)
 spring.jms.jndi-name = #连接工厂JNDI名称。设置时,优先于其他连接工厂自动配置。
spring.jms.listener.acknowledge-mode = #容器的确认模式。默认情况下,监听器被自动确认处理。
spring.jms.listener.auto-startup = true #启动时自动启动容器。
spring.jms.listener.concurrency = #最小并发消费者数。
spring.jms.listener.max-concurrency = #最大并发消费者数。
spring.jms.pub-sub-domain = false#指定默认的目的地类型是否为主题。
spring.jms.template.default-destination = #在没有目标参数的发送/接收操作上使用的默认目标。
spring.jms.template.delivery-delay = #用于发送呼叫的传送延迟(以毫秒为单位)。
spring.jms.template.delivery-mode = #传递模式。设置时启用QoS。
spring.jms.template.priority = #发送时的消息优先级。设置时启用QoS。
spring.jms.template.qos-enabled = #发送消息时启用显式QoS。
spring.jms.template.receive-timeout = #用于以毫秒为单位的接收呼叫的超时。
spring.jms.template.time-to-live = #以毫秒为单位发送时的消息生存时间。设置时启用QoS。

#APACHE KAFKA(KafkaProperties)
 spring.kafka.admin.client-id = #Id在发出请求时传递给服务器; 用于服务器端日志记录。
spring.kafka.admin.fail-fast = false #如果代理在启动时不可用,则快速失败。
spring.kafka.admin.properties。* = #用于配置客户端的附加管理专用属性。
spring.kafka.admin.ssl.key-password = #密钥存储文件中的私钥密码。
spring.kafka.admin.ssl.keystore-location = #密钥存储文件的位置。
spring.kafka.admin.ssl.keystore-password = #存储密钥存储文件的密码。
spring.kafka.admin.ssl.truststore-location = #信任存储文件的位置。
spring.kafka.admin.ssl.truststore-password = #存储信任存储文件的密码。
spring.kafka.bootstrap-servers = #用于建立与Kafka集群的初始连接的主机:端口对的逗号分隔列表。
spring.kafka.client-id = #在发出请求时传递给服务器的Id; 用于服务器端日志记录。
spring.kafka.consumer.auto-commit-interval = #如果“enable.auto.commit”为真,则以毫秒为单位的消费者偏移量自动提交给Kafka的频率。
spring.kafka.consumer.auto-offset-reset =#当Kafka中没有初始偏移量时,或如果当前​​偏移量在服务器上不再存在,该怎么办?
spring.kafka.consumer.bootstrap-servers = #用于建立与Kafka集群的初始连接的主机:端口对的逗号分隔列表。
spring.kafka.consumer.client-id = #Id在发出请求时传递给服务器; 用于服务器端日志记录。
spring.kafka.consumer.enable-auto-commit = #如果为true,消费者的偏移将在后台定期提交。
spring.kafka.consumer.fetch-max-wait =#如果没有足够的数据可以满足“fetch.min.bytes”的要求,服务器将在接收到提取请求之前阻止的最大时间(以毫秒为单位)。
spring.kafka.consumer.fetch-min-size = #服务器应以字节返回的最小数据量。
spring.kafka.consumer.group-id = #用于标识此消费者所属消费群组的唯一字符串。
spring.kafka.consumer.heartbeat-interval = #心跳线与消费者协调器之间的预期时间(毫秒)。
spring.kafka.consumer.key-deserializer = #解串器类的键。
spring.kafka.consumer.max-poll-records =#在一次调用poll()中返回的最大记录数。
spring.kafka.consumer.properties。* = #用于配置客户端的其他用户特定属性。
spring.kafka.consumer.ssl.key-password = #密钥存储文件中的私钥密码。
spring.kafka.consumer.ssl.keystore-location = #密钥存储文件的位置。
spring.kafka.consumer.ssl.keystore-password = #存储密钥存储文件的密码。
spring.kafka.consumer.ssl.truststore-location = #信任存储文件的位置。
spring.kafka.consumer.ssl.truststore-password = #存储信任存储文件的密码。
spring.kafka.consumer.value-deserializer = #解串器类的值。
spring.kafka.jaas.control-flag = required #登录配置的控制标志。
spring.kafka.jaas.enabled = #启用JAAS配置。
spring.kafka.jaas.login-module = com.sun.security.auth.module.Krb5LoginModule #登录模块。
spring.kafka.jaas.options = #附加的JAAS选项。
spring.kafka.listener.ack-count = #当ackMode为“COUNT”或“COUNT_TIME”时,偏移提交之间的记录数。
spring.kafka.listener.ack-mode = #Listener AckMode; 参见spring-kafka文件。
spring.kafka.listener.ack-time = #当ackMode为“TIME”或“COUNT_TIME”时,偏移提交之间的时间(以毫秒为单位)。
spring.kafka.listener.concurrency = #在侦听器容器中运行的线程数。
spring.kafka.listener.poll-timeout = #轮询消费者时使用的超时时间(以毫秒为单位)。
spring.kafka.listener.type = single #侦听器类型。
spring.kafka.producer.acks = #生产者要求领导在考虑请求完成之前收到的确认数。
spring.kafka.producer.batch-size = #发送前要批量的记录数。
spring.kafka.producer.bootstrap的服务器= #用于建立与Kafka集群的初始连接的主机:端口对的逗号分隔列表。
spring.kafka.producer.buffer-memory = #生产者可以用来缓冲等待发送到服务器的记录的总字节数。
spring.kafka.producer.client-id = #Id在发出请求时传递给服务器; 用于服务器端日志记录。
spring.kafka.producer.compression-type = #由生产者生成的所有数据的压缩类型。
spring.kafka.producer.key-serializer = #键序列化器类。
spring.kafka.producer.properties。* = #用于配置客户端的其他特定于生产者的属性。
spring.kafka.producer.retries = #当大于零时,可以重试失败的发送。
spring.kafka.producer.ssl.key-password = #密钥存储文件中的私钥密码。
spring.kafka.producer.ssl.keystore-location = #密钥存储文件的位置。
spring.kafka.producer.ssl.keystore-password = #存储密钥存储文件的密码。
spring.kafka.producer.ssl.truststore-location = #信任存储文件的位置。
spring.kafka.producer.ssl.truststore-password = #存储信任存储文件的密码。
spring.kafka.producer.value-serializer = #用于值的串行化器类。
spring.kafka.properties。* = #生成器和消费者常用的附加属性,用于配置客户端。
spring.kafka.ssl.key-password = #密钥存储文件中私钥的密码。
spring.kafka.ssl.keystore-location = #密钥存储文件的位置。
spring.kafka.ssl.keystore-password = #存储密钥存储文件的密码。
spring.kafka.ssl.truststore-location = #信任存储文件的位置。
spring.kafka.ssl.truststore-password = #存储信任存储文件的密码。
spring.kafka.template.default-topic = #将发送消息的默认主题。

#RABBIT(RabbitProperties)
 spring.rabbitmq.addresses = #客户端应连接到的逗号分隔的地址列表。
spring.rabbitmq.cache.channel.checkout-timeout = #如果达到缓存大小,等待获取通道的毫秒数。
spring.rabbitmq.cache.channel.size = #缓存中保留的通道数。
spring.rabbitmq.cache.connection.mode = channel #连接工厂缓存模式。
spring.rabbitmq.cache.connection.size = #要缓存的连接数。
spring.rabbitmq.connection-timeout = #连接超时,以毫秒为单位; 零为无限。
spring.rabbitmq.dynamic =真#创建AmqpAdmin豆。
spring.rabbitmq.host = localhost #RabbitMQ主机。
spring.rabbitmq.listener.direct.acknowledge-mode = #容器的确认模式。
spring.rabbitmq.listener.direct.auto-startup = true #启动时自动启动容器。
spring.rabbitmq.listener.direct.consumers-per-queue = #每个队列的消费者数量。
spring.rabbitmq.listener.direct.default-requeue-rejected = #默认情况下是否拒绝交付; 默认为true。
spring.rabbitmq.listener.direct.idle-event-interval =空闲容器事件应以毫秒为单位发布的频率。
spring.rabbitmq.listener.direct.prefetch = #在单个请求中要处理的消息数。它应该大于或等于事务大小(如果使用)。
spring.rabbitmq.listener.direct.retry.enabled = false #是否启用发布重试。
   spring.rabbitmq.listener.direct.retry.initial-interval = 1000 #第一次和第二次尝试发布或传递消息之间的间隔。
   spring.rabbitmq.listener.direct.retry.max-attempts = 3 #发布或传递消息的最大尝试次数。
   spring.rabbitmq.listener.direct.retry.max-interval = 10000#尝试之间的最大间隔。
   spring.rabbitmq.listener.direct.retry.multiplier = 1 #应用于上一次重试间隔的乘数。
   spring.rabbitmq.listener.direct.retry.stateless = true #重试次数是否为无状态或有状态。
spring.rabbitmq.listener.simple.acknowledge-mode = #容器的确认模式。
spring.rabbitmq.listener.simple.auto-startup = true #启动时自动启动容器。
spring.rabbitmq.listener.simple.concurrency = #监听器调用者线程的最小数量。
spring.rabbitmq.listener.simple.default-requeue-rejected =#是否重新发送传递失败。
spring.rabbitmq.listener.simple.idle-event-interval = #空闲容器事件应以毫秒为单位发布的频率。
spring.rabbitmq.listener.simple.max-concurrency = #监听器调用者的最大数量。
spring.rabbitmq.listener.simple.prefetch = #在单个请求中处理的消息数。它应该大于或等于事务大小(如果使用)。
spring.rabbitmq.listener.simple.retry.enabled = false #是否启用发布重试。
spring.rabbitmq.listener.simple.retry.initial-interval = 1000 #第一次和第二次传递消息之间的间隔。
spring.rabbitmq.listener.simple.retry.max-attempts = 3 #传递消息的最大尝试次数。
spring.rabbitmq.listener.simple.retry.max-interval = 10000 #尝试之间的最大间隔。
spring.rabbitmq.listener.simple.retry.multiplier = 1.0 #应用于之前的传递重试间隔的乘数。
spring.rabbitmq.listener.simple.retry.stateless = true #重试是否无状态或有状态。
spring.rabbitmq.listener.simple.transaction-size = #在事务处理的消息数; Ack之间的消息数。为了获得最佳结果,它应该小于或等于预取计数。
spring.rabbitmq.listener.type= simple #侦听器容器类型。
spring.rabbitmq.password = #登录以对代理进行身份验证。
spring.rabbitmq.port = 5672 #RabbitMQ端口。
spring.rabbitmq.publisher-confirms = false #启用发布商确认。
spring.rabbitmq.publisher-returns = false #启用发布者返回。
spring.rabbitmq.requested-heartbeat = #请求的心跳超时,以秒为单位; 零为无。
spring.rabbitmq.ssl.enabled = false #启用SSL支持。
spring.rabbitmq.ssl.key-store = #保存SSL证书的密钥存储区的路径。
spring.rabbitmq.ssl.key-store-password = #用于访问密钥库的密码。
spring.rabbitmq.ssl.key-store-type = PKCS12 #密钥库类型。
spring.rabbitmq.ssl.trust-store = #保存SSL证书的Trust存储。
spring.rabbitmq.ssl.trust-store-password = #用于访问信任存储的密码。
spring.rabbitmq.ssl.trust-store-type = JKS #信任存储类型。
spring.rabbitmq.ssl.algorithm = #使用SSL算法。默认情况下由兔子客户端配置。
spring.rabbitmq.template.mandatory = false #启用强制性消息。
spring.rabbitmq.template.receive超时= 0 #“receive()”方法的超时。
spring.rabbitmq.template.reply-timeout = 5000 #“sendAndReceive()”方法的超时。
spring.rabbitmq.template.retry.enabled = false #设置为true以在“RabbitTemplate”中启用重试。
spring.rabbitmq.template.retry.initial-interval = 1000 #第一次和第二次尝试发布消息之间的间隔。
spring.rabbitmq.template.retry.max-attempts = 3 #发送消息的最大尝试次数。
spring.rabbitmq.template.retry.max-interval = 10000 #发送邮件的最大尝试次数。
spring.rabbitmq.template.retry.multiplier = 1.0#应用于以前的发布重试间隔的乘数。
spring.rabbitmq.username = #登录用户对代理进行身份验证。
spring.rabbitmq.virtual-host = #连接到代理时使用的虚拟主机。


#---------------------------------------- 
#执业者地产
#----- -----------------------------------

#Auditit事件ENDPOINT(AuditEventsEndpoint)
 endpoints.auditevents.cache.time-to-live = 0 #可以缓存响应的最大时间(以毫秒为单位)。
endpoints.auditevents.enabled = #启用auditevents端点。
endpoints.auditevents.jmx.enabled = #将auditevents端点作为JMX MBean公开。
endpoints.auditevents.web.enabled = #将auditevents端点公开为Web端点。

#AUTO-CONFIGURATION REPORT ENDPOINT(AutoConfigurationReportEndpoint)
 endpoints.autoconfig.cache.time-to-live = 0 #可以缓存响应的最大时间(以毫秒为单位)。
endpoints.autoconfig.enabled = #启用autoconfig端点。
endpoints.autoconfig.jmx.enabled = #将自动配置端点公开为JMX MBean。
endpoints.autoconfig.web.enabled = #将autoconfig端点公开为Web端点。

#BEANS ENDPOINT(BeansEndpoint)
 endpoints.beans.cache.time-to-live = 0 #可以缓存响应的最大时间(以毫秒为单位)。
endpoints.beans.enabled = #启用bean端点。
endpoints.beans.jmx.enabled = #将bean端点公开为JMX MBean。
endpoints.beans.web.enabled = #将beans端点公开为Web端点。

#CONFIGURATION PROPERTIES REPORT ENDPOINT(ConfigurationPropertiesReportEndpoint)
 endpoints.configprops.cache.time-to-live = 0 #可以缓存响应的最大时间(以毫秒为单位)。
endpoints.configprops.enabled = #启用configprops端点。
endpoints.configprops.jmx.enabled = #将configprops端点公开为JMX MBean。
endpoints.configprops.keys-to-sanitize = password,secret,key,token,。* credentials。*,vcap_services #应该消毒的密钥。键可以是属性结束的简单字符串或正则表达式。
endpoints.configprops.web.enabled =#将configprops端点公开为Web端点。

#ENDPOINT DEFAULT SETTINGS 
endpoints.default.enabled = true #默认情况下启用所有端点。
endpoints.default.jmx.enabled = true #默认情况下,将所有端点设置为JMX MBean。
endpoints.default.web.enabled = false #默认情况下,将所有端点设置为Web端点。

#ENVIRONMENT ENDPOINT(EnvironmentEndpoint)
 endpoints.env.cache.time-to-live = 0 #可以缓存响应的最大时间(以毫秒为单位)。
endpoints.env.enabled = #启用env端点。
endpoints.env.jmx.enabled = #将env终结点显示为JMX MBean。
endpoints.env.keys-to-sanitize = password,secret,key,token,。* credentials。*,vcap_services #应该消毒的密钥。键可以是属性结束的简单字符串或正则表达式。
endpoints.env.web.enabled = #将env端点公开为Web端点。

#FLYWAY ENDPOINT(FlywayEndpoint)
 endpoints.flyway.cache.time-to-live = 0 #响应可以缓存的最大时间(以毫秒为单位)。
endpoints.flyway.enabled = #启用飞行端点。
endpoints.flyway.jmx.enabled = #将flyway端点公开为JMX MBean。
endpoints.flyway.web.enabled = #将flyway端点作为Web端点。

#HEALTH ENDPOINT(HealthEndpoint)
 endpoints.health.cache.time-to-live = 0 #可以缓存响应的最大时间(以毫秒为单位)。
endpoints.health.enabled = #启用运行状况端点。
endpoints.health.jmx.enabled = #将健康端点公开为JMX MBean。
endpoints.health.web.enabled = #将健康端点公开为Web端点。

#HEAP DUMP ENDPOINT(HeapDumpWebEndpoint)
 endpoints.heapdump.cache.time-to-live = 0 #可以缓存响应的最大时间(以毫秒为单位)。
endpoints.heapdump.enabled = #启用heapdump端点。
endpoints.heapdump.web.enabled = #将heapdump端点显露为Web端点。

#INFO ENDPOINT(InfoEndpoint)
 endpoints.info.cache.time-to-live = 0 #可以缓存响应的最大时间(以毫秒为单位)。
endpoints.info.enabled = true #启用信息端点。
endpoints.info.jmx.enabled = true #将信息端点作为JMX MBean公开。
endpoints.info.web.enabled = true #将信息端点显示为Web端点。

#LIQUIBASE ENDPOINT(LiquibaseEndpoint)
 endpoints.liquibase.cache.time-to-live = 0 #可以缓存响应的最大时间(以毫秒为单位)。
endpoints.liquibase.enabled = #启用liquibase端点。
endpoints.liquibase.jmx.enabled = #将liquibase端点暴露为JMX MBean。
endpoints.liquibase.web.enabled = #将liquibase端点公开为Web端点。

#LOG FILE ENDPOINT(LogFileWebEndpoint)
 endpoints.logfile.cache.time-to-live = 0 #可以缓存响应的最大时间(以毫秒为单位)。
endpoints.logfile.enabled = #启用日志文件端点。
endpoints.logfile.external-file = #要访问的外部日志文件。如果日志文件由输出重定向写入,而不是由日志记录系统本身写入,则可以使用。
endpoints.logfile.web.enabled = #将日志文件端点公开为Web端点。

#LOGGERS ENDPOINT(LoggersEndpoint)
 endpoints.loggers.cache.time-to-live = 0 #响应可以缓存的最大时间(以毫秒为单位)。
endpoints.loggers.enabled = #启用记录器端点。
endpoints.loggers.jmx.enabled = #将日志记录端点显露为JMX MBean。
endpoints.loggers.web.enabled = #将日志记录端点显露为Web端点。

#REQUEST MAPPING ENDPOINT(RequestMappingEndpoint)
 endpoints.mappings.cache.time-to-live = 0 #响应可以缓存的最大时间(以毫秒为单位)。
endpoints.mappings.enabled = #启用映射端点。
endpoints.mappings.jmx.enabled = #将映射端点公开为JMX MBean。
endpoints.mappings.web.enabled = #将映射端点公开为Web端点。

#METRICS ENDPOINT(MetricsEndpoint)
 endpoints.metrics.cache.time-to-live = 0 #可以缓存响应的最大时间(以毫秒为单位)。
endpoints.metrics.enabled = #启用度量端点。
endpoints.metrics.jmx.enabled = #将度量端点公开为JMX MBean。
endpoints.metrics.web.enabled = #将度量端点公开为Web端点。

#PROMETHEUS ENDPOINT(PrometheusScrapeEndpoint)
 endpoints.prometheus.cache.time-to-live = 0 #可以缓存响应的最大时间(以毫秒为单位)。
endpoints.prometheus.enabled = #启用度量端点。
endpoints.prometheus.web.enabled = #将度量端点显露为Web端点。

#SESSIONS ENDPOINT(SessionsEndpoint)
 endpoints.sessions.cache.time-to-live = 0 #可以缓存响应的最大时间(以毫秒为单位)。
endpoints.sessions.enabled = #启用会话端点。
endpoints.sessions.jmx.enabled = #以JMX MBean方式显示会话端点。
endpoints.sessions.web.enabled = #将会话端点公开为Web端点。

#SHUTDOWN ENDPOINT(ShutdownEndpoint)
 endpoints.shutdown.cache.time-to-live = 0 #可以缓存响应的最大时间(以毫秒为单位)。
endpoints.shutdown.enabled = false #启用关闭端点。
endpoints.shutdown.jmx.enabled = false #将关闭端点作为JMX MBean公开。
endpoints.shutdown.web.enabled = false #将关闭端点公开为Web端点。

#STATUS ENDPOINT(StatusEndpoint)
 endpoints.status.cache.time-to-live = 0 #可以缓存响应的最大时间(以毫秒为单位)。
endpoints.status.enabled = true #启用状态端点。
endpoints.status.jmx.enabled = true #以JMX MBean方式显示状态端点。
endpoints.status.web.enabled = true #将状态端点显露为Web端点。

#THREAD DUMP ENDPOINT(ThreadDumpEndpoint)
 endpoints.threaddump.cache.time-to-live = 0 #可以缓存响应的最大时间(以毫秒为单位)。
endpoints.threaddump.enabled = #启用线程转储端点。
endpoints.threaddump.jmx.enabled = #将线程转储端点暴露为JMX MBean。
endpoints.threaddump.web.enabled = #将线程转储端点暴露为Web端点。

#TRACE ENDPOINT(TraceEndpoint)
 endpoints.trace.cache.time-to-live = 0 #可以缓存响应的最大时间(以毫秒为单位)。
endpoints.trace.enabled = #启用跟踪端点。
endpoints.trace.jmx.enabled = #将跟踪端点显露为JMX MBean。
endpoints.trace.web.enabled = #将跟踪端点显露为Web端点。

#管理HTTP SERVER(ManagementServerProperties)
 management.add-application-context-header = false #在每个响应中添加“X-Application-Context”HTTP头。
management.address = #管理端点应绑定到的网络地址。
management.context-path = #管理端点上下文路径。例如`/ actuator` 
management.port = #管理端点HTTP端口。默认使用与应用程序相同的端口。配置不同的端口以使用特定于管理的SSL。
management.ssl.ciphers = #支持的SSL密码。需要一个自定义的管理。
management.ssl.client-AUTH= #客户端认证是否需要(“想”)或需要(“需要”)。需要信托商店。需要一个自定义的管理。
management.ssl.enabled = #启用SSL支持。需要一个自定义的管理。
management.ssl.enabled-protocols = #启用SSL协议。需要一个自定义的管理。
management.ssl.key-alias = #标识密钥库中的密钥的别名。需要一个自定义的管理。
management.ssl.key-password = #用于访问密钥库中的密钥的密码。需要一个自定义的管理。
management.ssl.key-store =#保存SSL证书(通常是jks文件)的密钥存储区的路径。需要一个自定义的管理。
management.ssl.key-store-password = #用于访问密钥库的密码。需要一个自定义的管理。
management.ssl.key-store-provider = #密钥存储的提供者。需要一个自定义的管理。
management.ssl.key-store-type = #密钥存储的类型。需要一个自定义的管理。
management.ssl.protocol = TLS #SSL协议使用。需要一个自定义的管理。
management.ssl.trust-store = #保存SSL证书的Trust存储。需要一个自定义的管理。
management.ssl.trust店密码= #用于访问信任存储的密码。需要一个自定义的管理。
management.ssl.trust-store-provider = #信任存储的提供程序。需要一个自定义的管理。
management.ssl.trust-store-type = #信任存储的类型。需要一个自定义的管理。

#CLOUDFOUNDRY 
management.cloudfoundry.enabled = true #启用扩展Cloud Foundry执行器端点。
   manage.cloudfoundry.skip-ssl-validation = false #跳过Cloud Foundry执行端点安全调用的SSL验证。

#ENDPOINTS CORS CONFIGURATION(CorsEndpointProperties)
 management.endpoints.cors.allow-credentials = #设置是否支持凭据。未设置时,不支持凭据。
management.endpoints.cors.allowed-headers = #在请求中允许的头文件的逗号分隔列表。'*'允许所有标题。
management.endpoints.cors.allowed-methods = #逗号分隔的允许的方法列表。'*'允许所有方法。未设置时,默认为GET。
management.endpoints.cors.allowed-origins = #逗号分隔的允许的起始列表。'*'允许所有来源。未设置时,禁用CORS支持。
management.endpoints.cors.exposed报头= #包含在响应中的头文件的逗号分隔列表。
management.endpoints.cors.max-age = 1800 #客户端可以缓存飞行前请求的响应时间(以秒为单位)。

#ENDPOINTS JMX CONFIGURATION(JmxEndpointExporterProperties)
 management.endpoints.jmx.domain = org.springframework.boot #端点JMX域名。如果设置回退到'spring.jmx.default-domain'。
management.endpoints.jmx.static-names = false #附加静态属性以附加到表示端点的MBean的所有对象
名称。management.endpoints.jmx.unique-name = false #确保在发生冲突时修改ObjectNames。

#健康指标
management.health.db.enabled = true #启用数据库运行状况检查。
management.health.cassandra.enabled = true #启用cassandra健康检查。
management.health.couchbase.enabled = true #启用couchbase运行状况检查。
management.health.defaults.enabled = true #启用默认运行状况指示器。
management.health.diskspace.enabled = true #启用磁盘空间运行状况检查。
management.health.diskspace.path = #用于计算可用磁盘空间的路径。
management.health.diskspace.threshold = 0 #应该可用的最小磁盘空间(以字节为单位)。
management.health.elasticsearch.enabled = true #启用弹性搜索健康检查。
management.health.elasticsearch.indices = #逗号分隔的索引名称。
management.health.elasticsearch.response-timeout = 100 #等待群集响应的时间(以毫秒为单位)。
management.health.jms.enabled = true #启用JMS运行状况检查。
management.health.ldap.enabled = true #启用LDAP运行状况检查。
management.health.mail.enabled = true #启用邮件运行状况检查。
management.health.mongo.enabled = true #启用MongoDB运行状况检查。
management.health.neo4j.enabled= true #启用Neo4j健康检查。
management.health.rabbit.enabled = true #启用RabbitMQ运行状况检查。
management.health.redis.enabled = true #启用Redis健康检查。
management.health.solr.enabled = true #启用Solr运行状况检查。
management.health.status.http-mapping = #将健康状态映射到HTTP状态代码。默认情况下,注册健康状态映射到明智的默认值(即UP映射到200)。
management.health.status.order = DOWN,OUT_OF_SERVICE,UP,UNKNOWN #按照严重性的顺序,以逗号分隔的健康状态列表。

#INFO CONTRIBUTORS(InfoContributorProperties)
 management.info.build.enabled = true #启用构建信息。
management.info.defaults.enabled = true #启用默认的信息贡献者。
management.info.env.enabled = true #启用环境信息。
management.info.git.enabled = true #启用git信息。
management.info.git.mode = simple #使用暴露git信息的模式。

#JOLOKIA(JolokiaProperties)
 management.jolokia.config。* = #Jolokia设置。有关详细信息,请参阅Jolokia手册。
management.jolokia.enabled = false #启用Jolokia。
management.jolokia.path = / jolokia #Jolokia将可用的路径。

#TRACING(TraceProperties)
 management.trace.filter.enabled = true #启用跟踪servlet过滤器。
management.trace.include = request-headers,response-headers,cookies,errors #要包含在跟踪中的项目。

#度量
spring.metrics.atlas.enabled =真#是否启用了不出口指标阿特拉斯的。
spring.metrics.ganglia.enabled = true #是否启用了将指标导出到Ganglia。
spring.metrics.graphite.enabled = true #是否启用了将指标导出到Graphite。
spring.metrics.influx.enabled = true #是否启用了向InfluxDB导出指标。
spring.metrics.jmx.enabled = true #是否启用了将指标导出到JMX。
spring.metrics.prometheus.enabled = true #是否启用了向Prometheus导出指标。
spring.metrics.simple.enabled= true #是否启用了将度量导出到简单的内存存储区。
spring.metrics.use-global-registry = true #自动配置的MeterRegistry实现是否应绑定到Metrics上的全局静态注册表
spring.metrics.web.client.record-request-percentiles = false #是否检测默认情况下请求记录百分位数直方图桶。
spring.metrics.web.client.requests-metric-name = http.client.requests #发送请求的度量名称。
spring.metrics.web.server.auto-time-requests = true Spring MVC或WebFlux处理的请求是否应该自动定时。
spring.metrics.web.server.record-request-percentiles = false #默认情况下,是否检测到请求记录百分位数直方图桶。
spring.metrics.web.server.requests-metric-name = http.server.requests #接收到的请求的度量名称。



#---------------------------------------- 
#DEVTOOLS PROPERTIES 
#----- -----------------------------------

#DEVTOOLS(DevToolsProperties)
 spring.devtools.livereload.enabled = true #启用一个livereload.com兼容的服务器。
spring.devtools.livereload.port = 35729 #服务器端口。
spring.devtools.restart.additional-exclude = #应该排除触发完全重新启动的其他模式。
spring.devtools.restart.additional-paths = #查看更改的附加路径。
spring.devtools.restart.enabled = true #启用自动重新启动。
spring.devtools.restart.exclude = META-INF / maven / **,META-INF / resources / **,resources / **,static / **,public / **,templates / **,** /的Test.class,** / * Tests.class,git.properties#应该排除的模式触发完全重新启动。
spring.devtools.restart.poll-interval = 1000 #轮询类路径更改之间等待的时间量(以毫秒为单位)。
spring.devtools.restart.quiet-period = 400 #在重新启动之前没有任何类路径更改所需的安静时间(毫秒)的数量。
spring.devtools.restart.trigger-file = #更改后的特定文件的名称将触发重新启动检查。如果未指定任何类路径文件更改将触发重新启动。

#REMOTE DEVTOOLS(RemoteDevToolsProperties)
 spring.devtools.remote.context-path = /。~~ spring-boot!〜#用于处理远程连接的上下文路径。
spring.devtools.remote.proxy.host = #用于连接到远程应用程序的代理主机。
spring.devtools.remote.proxy.port = #用于连接到远程应用程序的代理端口。
spring.devtools.remote.restart.enabled = true #启用远程重启。
spring.devtools.remote.secret = #建立连接所需的共享密钥(启用远程支持所需)。
spring.devtools.remote.secret-header-name = X-AUTH-TOKEN#HTTP头用于传输共享密钥。


#---------------------------------------- 
#测试属性
#----- -----------------------------------

spring.test.database.replace = any #要替换的现有DataSource的类型。
spring.test.mockmvc.print = default #MVC打印选项。
本文转载自http://www.miniits.com/article/application_properties.html。
感谢作者的成果,还请大家转载时标注出处,谢谢。

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值