File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
springdoc-openapi-common/src/main/java/org/springdoc/core Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 3232
3333import org .springframework .beans .factory .InitializingBean ;
3434import org .springframework .boot .autoconfigure .condition .ConditionalOnBean ;
35- import org .springframework .boot .autoconfigure .condition .ConditionalOnExpression ;
3635import org .springframework .boot .autoconfigure .condition .ConditionalOnWebApplication ;
3736import org .springframework .context .annotation .Configuration ;
3837import org .springframework .context .annotation .Lazy ;
4645 * @author bnasslahsen
4746 */
4847@ Lazy (false )
49- @ ConditionalOnExpression ("${springdoc.api-docs.enabled:true}" )
5048@ ConditionalOnWebApplication
5149@ Configuration (proxyBeanMethods = false )
5250@ ConditionalOnBean (SpringDocConfiguration .class )
You can’t perform that action at this time.
0 commit comments