All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.spotnext.cms.CmsBaseConfiguration Maven / Gradle / Ivy

There is a newer version: 1.0.21-BETA-20190513
Show newest version
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