Skip to content

Commit 9c94882

Browse files
author
bnasslahsen
committed
springdoc.cache is not part of additional-spring-configuration-metadata.json. Fixes #592
1 parent 48d9a8a commit 9c94882

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

springdoc-openapi-common/src/main/java/org/springdoc/core/SpringDocConfigProperties.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ public void setPathsToMatch(List<String> pathsToMatch) {
135135
this.pathsToMatch = pathsToMatch;
136136
}
137137

138+
public Cache getCache() { return cache; }
139+
138140
public void setCache(Cache cache) {
139141
this.cache = cache;
140142
}

0 commit comments

Comments
 (0)