|
@@ -29,7 +29,7 @@ import java.net.InetAddress;
|
|
|
@Import(BeanValidatorPluginsConfiguration.class)
|
|
|
public class Knife4jConfig implements ApplicationListener<WebServerInitializedEvent> {
|
|
|
|
|
|
- private boolean isOpen = true;
|
|
|
+ private boolean isOpen = false;
|
|
|
|
|
|
@Bean(value = "videoMonitor")
|
|
|
public Docket videoMonitor() {
|