Package ywebservicespackage.config
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
WebConfig
public WebConfig()
-
-
Method Details
-
apiDocInfo
Creating bean.- Returns:
BeanforApiDocInfo.
-