@Configuration
@ComponentScan(basePackages={"com.marklogic.hub.impl","com.marklogic.hub.legacy.impl","com.marklogic.hub.deploy.commands","com.marklogic.hub.job.impl","com.marklogic.hub.flow.impl","com.marklogic.hub.step","com.marklogic.hub.util"})
public class ApplicationConfig
extends java.lang.Object
Spring configuration for accessing DHF components, along with a single HubConfigImpl use. Only appropriate for a
context where a single HubConfigImpl makes sense, such as the DHF Gradle plugin and DHF client JAR.