isdashboard/src/main/java/org/gcube/isdashboard/config/ApplicationProperties.java

17 lines
606 B
Java
Executable File

package org.gcube.isdashboard.config;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
* Properties specific to Isdashboard.
* <p>
* Properties are configured in the {@code application.yml} file.
* See {@link tech.jhipster.config.JHipsterProperties} for a good example.
*/
@ConfigurationProperties(prefix = "application", ignoreUnknownFields = false)
public class ApplicationProperties {
// jhipster-needle-application-properties-property
// jhipster-needle-application-properties-property-getter
// jhipster-needle-application-properties-property-class
}