Package org.jsondoc.spring.boot.starter
Class JSONDocConfig
- java.lang.Object
-
- org.jsondoc.spring.boot.starter.JSONDocConfig
-
@Configuration @EnableConfigurationProperties(JSONDocProperties.class) @ConditionalOnClass(org.jsondoc.springmvc.controller.JSONDocController.class) public class JSONDocConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSONDOC_PROPERTIES_PREFIX
-
Constructor Summary
Constructors Constructor Description JSONDocConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jsondoc.springmvc.controller.JSONDocControllerjController()
-
-
-
Field Detail
-
JSONDOC_PROPERTIES_PREFIX
public static final java.lang.String JSONDOC_PROPERTIES_PREFIX
- See Also:
- Constant Field Values
-
-