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

templates.SERVICE.ftl Maven / Gradle / Ivy

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

import ${package}.${type};
import ${rootPackage}.coreImpl.${typeLower}.${type}Repo;
import com.github.vladimirantin.core.service.CoreModelService;
import org.springframework.stereotype.Service;

@Service
public class ${type}Service extends CoreModelService<${type}Repo, ${type}> {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy