template.service.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of luna-code-gen Show documentation
Show all versions of luna-code-gen Show documentation
自动生成dao entity service,程序引入时候maven scope选择test
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