File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
springdoc-openapi-native/src/main/java/org/springdoc/nativex/core Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 296296@ Lazy (false )
297297@ Configuration (proxyBeanMethods = false )
298298@ ConditionalOnProperty (name = SPRINGDOC_ENABLED , matchIfMissing = true )
299+ @ ResourceHint (patterns = SpringDocHints .SPRINGDOC_CONFIG_PROPERTIES )
299300public class SpringDocHints implements InitializingBean {
300301
301302 /**
@@ -306,7 +307,7 @@ public class SpringDocHints implements InitializingBean {
306307 /**
307308 * The constant SPRINGDOC_CONFIG_PROPERTIES.
308309 */
309- private static final String SPRINGDOC_CONFIG_PROPERTIES = "springdoc.config.properties" ;
310+ public static final String SPRINGDOC_CONFIG_PROPERTIES = "springdoc.config.properties" ;
310311
311312 /**
312313 * The constant SPRINGDOC_SWAGGERUI_VERSION.
You can’t perform that action at this time.
0 commit comments