tpl.service.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wichell-common Show documentation
Show all versions of wichell-common Show documentation
common project com.wichell.wichell jar
The newest version!
package ${package.Service};
import ${package.Entity}.${entity};
import ${superServiceClassPackage};
import org.springframework.cache.annotation.CacheConfig;
import org.springframework.stereotype.Service;
/**
*
* ${table.comment} 服务实现类
*
*
* @author ${author}
* @since ${date}
*/
@Service
@CacheConfig(cacheNames = "${entity}")
public class ${entity}Service extends ${superServiceClass}<${entity}> {
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy