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

com.github.alexfalappa.nbspringboot.templates.CfgProperties.template Maven / Gradle / Ivy

<#assign licenseFirst = "/*">
<#assign licensePrefix = " * ">
<#assign licenseLast = " */">
<#include "${project.licensePath}">

<#if package?? && package != "">
package ${package};


import org.springframework.boot.context.properties.ConfigurationProperties;

/**
 *
 * @author ${user}
 */
@ConfigurationProperties(prefix = "prefix")
public class ${name} {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy