Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
ac053564
Commit
ac053564
authored
Nov 18, 2020
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.2.x' into 2.3.x
Closes gh-24195
parents
76912d19
f3afd8a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
DocumentConfigurationProperties.java
...d/context/properties/DocumentConfigurationProperties.java
+5
-5
No files found.
buildSrc/src/main/java/org/springframework/boot/build/context/properties/DocumentConfigurationProperties.java
View file @
ac053564
...
@@ -72,16 +72,16 @@ public class DocumentConfigurationProperties extends DefaultTask {
...
@@ -72,16 +72,16 @@ public class DocumentConfigurationProperties extends DefaultTask {
.
addSection
(
"mail"
).
withKeyPrefixes
(
"spring.mail"
,
"spring.sendgrid"
).
addSection
(
"cache"
)
.
addSection
(
"mail"
).
withKeyPrefixes
(
"spring.mail"
,
"spring.sendgrid"
).
addSection
(
"cache"
)
.
withKeyPrefixes
(
"spring.cache"
).
addSection
(
"server"
).
withKeyPrefixes
(
"server"
).
addSection
(
"web"
)
.
withKeyPrefixes
(
"spring.cache"
).
addSection
(
"server"
).
withKeyPrefixes
(
"server"
).
addSection
(
"web"
)
.
withKeyPrefixes
(
"spring.hateoas"
,
"spring.http"
,
"spring.servlet"
,
"spring.jersey"
,
"spring.mvc"
,
.
withKeyPrefixes
(
"spring.hateoas"
,
"spring.http"
,
"spring.servlet"
,
"spring.jersey"
,
"spring.mvc"
,
"spring.resources"
,
"spring.webflux"
)
"spring.resources"
,
"spring.
session"
,
"spring.
webflux"
)
.
addSection
(
"json"
).
withKeyPrefixes
(
"spring.jackson"
,
"spring.gson"
).
addSection
(
"rsocket"
)
.
addSection
(
"json"
).
withKeyPrefixes
(
"spring.jackson"
,
"spring.gson"
).
addSection
(
"rsocket"
)
.
withKeyPrefixes
(
"spring.rsocket"
).
addSection
(
"templating"
)
.
withKeyPrefixes
(
"spring.rsocket"
).
addSection
(
"templating"
)
.
withKeyPrefixes
(
"spring.freemarker"
,
"spring.groovy"
,
"spring.mustache"
,
"spring.thymeleaf"
)
.
withKeyPrefixes
(
"spring.freemarker"
,
"spring.groovy"
,
"spring.mustache"
,
"spring.thymeleaf"
)
.
addOverride
(
"spring.groovy.template.configuration"
,
"See GroovyMarkupConfigurer"
)
.
addOverride
(
"spring.groovy.template.configuration"
,
"See GroovyMarkupConfigurer"
)
.
addSection
(
"security"
).
withKeyPrefixes
(
"spring.security"
,
"spring.ldap"
,
"spring.sess
ion"
)
.
addSection
(
"security"
).
withKeyPrefixes
(
"spring.security"
).
addSection
(
"data-migrat
ion"
)
.
addSection
(
"data-migration"
).
withKeyPrefixes
(
"spring.flyway"
,
"spring.liquibase"
).
addSection
(
"data"
)
.
withKeyPrefixes
(
"spring.flyway"
,
"spring.liquibase"
).
addSection
(
"data"
)
.
withKeyPrefixes
(
"spring.couchbase"
,
"spring.elasticsearch"
,
"spring.h2"
,
"spring.influx"
,
.
withKeyPrefixes
(
"spring.couchbase"
,
"spring.elasticsearch"
,
"spring.h2"
,
"spring.influx"
,
"spring.
mongodb"
,
"spring.redis"
,
"spring.dao"
,
"spring.data"
,
"spring.datasource
"
,
"spring.
ldap"
,
"spring.mongodb"
,
"spring.redis"
,
"spring.dao"
,
"spring.data
"
,
"spring.jooq"
,
"spring.jdbc"
,
"spring.jpa"
,
"spring.r2dbc"
)
"spring.
datasource"
,
"spring.
jooq"
,
"spring.jdbc"
,
"spring.jpa"
,
"spring.r2dbc"
)
.
addOverride
(
"spring.datasource.dbcp2"
,
.
addOverride
(
"spring.datasource.dbcp2"
,
"Commons DBCP2 specific settings bound to an instance of DBCP2's BasicDataSource"
)
"Commons DBCP2 specific settings bound to an instance of DBCP2's BasicDataSource"
)
.
addOverride
(
"spring.datasource.tomcat"
,
.
addOverride
(
"spring.datasource.tomcat"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment