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

templates.REPO.ftl Maven / Gradle / Ivy

package ${rootPackage}.coreImpl.${typeLower};

import ${package}.${type};
import com.github.vladimirantin.core.repo.CoreRepository;
import org.springframework.stereotype.Repository;

@Repository
public interface ${type}Repo extends CoreRepository<${type}> {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy