@Configuration
@ConditionalOnProperty(prefix="mapway.apidoc",
name="enabled",
havingValue="true",
matchIfMissing=false)
@AutoConfigureAfter(value=org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.class)
@EnableConfigurationProperties(value=ApiDocProperties.class)
public class DocAutoConfigure
extends Object
Copyright © 2020. All rights reserved.