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

net.yadaframework.cms.YadaCmsConfig Maven / Gradle / Ivy

There is a newer version: 0.7.7.R4
Show newest version
package net.yadaframework.cms;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
// import org.springframework.data.jpa.repository.config.EnableJpaRepositories;

@Configuration
// Needed for Spring Data
// @EnableJpaRepositories(basePackages = "net.yadaframework.cms.persistence.repository")
@ComponentScan(basePackages = { "net.yadaframework.cms.persistence", "net.yadaframework.cms.components" })
public class YadaCmsConfig {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy