io.spotnext.cms.CmsBaseConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spot-cms-base Show documentation
Show all versions of spot-cms-base Show documentation
The spOt microservice framework.
package io.spotnext.cms;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* The base spring configuration for this spOt plugin. Can be imported with
* "@Import(value = CmsBaseConfiguration.class)".
*/
@Configuration
@ComponentScan(basePackages = { "io.spotnext.cms.strategy", "io.spotnext.cms.service",
"io.spotnext.cms.rendering.transformers" })
@EnableAutoConfiguration
public class CmsBaseConfiguration {
//
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy