You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
springdoc.pathsToMatch # worksspringdoc.packagesToScan # worksspringdoc.paths-to-match # is ignoredspringdoc.packages-to-scan # is ignored
I assume this is because of the SpEL expressions definied in org.springdoc.core.Constants
This is especially unfortunate because the non-camel-case variant is specified in spring-configuration-metadata.json which is read by my IDE for auto-completion of application.yml
It took me a while to find out why it didn't work for me.
But I'm still very happy that I finally have OpenApi 3.0 :-)
The text was updated successfully, but these errors were encountered:
I assume this is because of the SpEL expressions definied in org.springdoc.core.Constants
This is especially unfortunate because the non-camel-case variant is specified in spring-configuration-metadata.json which is read by my IDE for auto-completion of application.yml
It took me a while to find out why it didn't work for me.
But I'm still very happy that I finally have OpenApi 3.0 :-)
The text was updated successfully, but these errors were encountered: