Class WebConfig

java.lang.Object
ywebservicespackage.config.WebConfig

@Configuration @ImportResource("classpath*:/swagger/swaggerintegration/web/spring/*-web-spring.xml") public class WebConfig extends Object
Configuration class for ywebservices. Provide ApiDocInfo bean in this class. This class can be changed as WebMvc configuration class of your web application if needed.
Since:
2211
  • Constructor Details

    • WebConfig

      public WebConfig()
  • Method Details

    • apiDocInfo

      @Bean("apiDocInfo") public ApiDocInfo apiDocInfo()
      Creating bean.
      Returns:
      Bean for ApiDocInfo.