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