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

tpl.service.vm Maven / Gradle / Ivy

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