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 296
296
@ Lazy (false )
297
297
@ Configuration (proxyBeanMethods = false )
298
298
@ ConditionalOnProperty (name = SPRINGDOC_ENABLED , matchIfMissing = true )
299
+ @ ResourceHint (patterns = SpringDocHints .SPRINGDOC_CONFIG_PROPERTIES )
299
300
public class SpringDocHints implements InitializingBean {
300
301
301
302
/**
@@ -306,7 +307,7 @@ public class SpringDocHints implements InitializingBean {
306
307
/**
307
308
* The constant SPRINGDOC_CONFIG_PROPERTIES.
308
309
*/
309
- private static final String SPRINGDOC_CONFIG_PROPERTIES = "springdoc.config.properties" ;
310
+ public static final String SPRINGDOC_CONFIG_PROPERTIES = "springdoc.config.properties" ;
310
311
311
312
/**
312
313
* The constant SPRINGDOC_SWAGGERUI_VERSION.
You can’t perform that action at this time.
0 commit comments