
com.github.alexfalappa.nbspringboot.templates.Service.template Maven / Gradle / Ivy
<#assign licenseFirst = "/*">
<#assign licensePrefix = " * ">
<#assign licenseLast = " */">
<#include "${project.licensePath}">
<#if package?? && package != "">
package ${package};
#if>
import org.springframework.stereotype.Service;
/**
*
* @author ${user}
*/
@Service
public class ${name} {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy