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

template.service.ftl Maven / Gradle / Ivy

The newest version!
package com.seezoon.modules.${moduleName}.service;

import org.springframework.stereotype.Service;
import com.seezoon.luna.service.CrudService;
import com.seezoon.modules.${moduleName}.dao.${className}Dao;
import com.seezoon.modules.${moduleName}.entity.${className};

/**
 * ${tableComment!}Service
 * Copyright © 2018 powered by huangdf, All rights reserved.
 * @author hdf ${.now}
 */
@Service
public class ${className}Service extends CrudService<${className}Dao, ${className}>{

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy