|
@@ -16,7 +16,7 @@ import springfox.documentation.swagger2.annotations.EnableSwagger2WebMvc;
|
|
|
|
|
|
@EnableSwagger2WebMvc
|
|
|
@Configuration
|
|
|
-@ConditionalOnProperty(name = "scancloud.swagger.enable", havingValue = "true")
|
|
|
+@ConditionalOnProperty(name = "scancentral.swagger.enable", havingValue = "true")
|
|
|
public class SwaggerConfig {
|
|
|
|
|
|
private static final Logger log = LoggerFactory.getLogger(SwaggerConfig.class);
|