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

templates.NoneInterfaceServiceImpl.vm Maven / Gradle / Ivy

There is a newer version: 2.2.13
Show newest version
package ${package.ServiceImpl};

import ${package.Entity}.${entity};
import ${package.Mapper}.${table.mapperName};
import ${superServiceImplClassPackage};
import org.springframework.stereotype.Service;

/**
 * 

* $!{table.comment} 服务实现类 *

* * @author ${author} * @since ${date} */ @Service #if(${kotlin}) open class ${table.serviceImplName} : ${superServiceImplClass}<${table.mapperName}, ${entity}>(), ${table.serviceName} { } #else public class ${table.serviceImplName} extends ${superServiceImplClass}<${table.mapperName}, ${entity}> { } #end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy