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

vm10.java.serviceImpl.vm Maven / Gradle / Ivy

There is a newer version: 1.3.4.1
Show newest version
package ${packageName}.service.impl;

#foreach ($item in $importList)
    ${item}
#end

@Service
public class ${ClassName}ServiceImpl
#if($configEntity.useMybatisPlus)
 extends ServiceImpl<${ClassName}Mapper,${ClassName}> implements I${ClassName}Service
#end
{

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy