|
|
@@ -20,7 +20,7 @@ import io.swagger.v3.oas.models.servers.Server;
|
|
|
* @author lydgt
|
|
|
*/
|
|
|
@EnableConfigurationProperties(SpringDocProperties.class)
|
|
|
-@ConditionalOnProperty(name = "springdoc.api-docs.enabled", havingValue = "true", matchIfMissing = true)
|
|
|
+@ConditionalOnProperty(name = "springdoc.api-docs.enabled", havingValue = "true", matchIfMissing = false)
|
|
|
public class SpringDocAutoConfiguration
|
|
|
{
|
|
|
@Bean
|