package org.datasurvey.config; import org.springframework.boot.context.properties.ConfigurationProperties; /** * Properties specific to Data Survey. *

* 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 {}