@@ -33,7 +33,7 @@ def generateConfigMetadataDocumentation() {
33
33
.addSection(" web" )
34
34
.withKeyPrefixes(" spring.hateoas" ,
35
35
" spring.http" , " spring.servlet" , " spring.jersey" ,
36
- " spring.mvc" , " spring.resources" , " spring.webflux" )
36
+ " spring.mvc" , " spring.resources" , " spring.session " , " spring. webflux" )
37
37
.addSection(" json" )
38
38
.withKeyPrefixes(" spring.jackson" , " spring.gson" )
39
39
.addSection(" rsocket" )
@@ -42,12 +42,12 @@ def generateConfigMetadataDocumentation() {
42
42
.withKeyPrefixes(" spring.freemarker" , " spring.groovy" , " spring.mustache" , " spring.thymeleaf" )
43
43
.addOverride(" spring.groovy.template.configuration" , " See GroovyMarkupConfigurer" )
44
44
.addSection(" security" )
45
- .withKeyPrefixes(" spring.security" , " spring.ldap " , " spring.session " )
45
+ .withKeyPrefixes(" spring.security" )
46
46
.addSection(" data-migration" )
47
47
.withKeyPrefixes(" spring.flyway" , " spring.liquibase" )
48
48
.addSection(" data" )
49
- .withKeyPrefixes(" spring.couchbase" , " spring.elasticsearch" , " spring.h2" ,
50
- " spring.influx" , " spring.mongodb" , " spring.redis" ,
49
+ .withKeyPrefixes(" spring.couchbase" , " spring.elasticsearch" , " spring.h2" ,
50
+ " spring.influx" , " spring.ldap " , " spring. mongodb" , " spring.redis" ,
51
51
" spring.dao" , " spring.data" , " spring.datasource" , " spring.jooq" ,
52
52
" spring.jdbc" , " spring.jpa" )
53
53
.addOverride(" spring.datasource.dbcp2" , " Commons DBCP2 specific settings bound to an instance of DBCP2's BasicDataSource" )
0 commit comments