io.hawt.springboot.HawtioProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hawtio-springboot Show documentation
Show all versions of hawtio-springboot Show documentation
Hawtio :: Spring Boot 2.x starter
package io.hawt.springboot;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
* Configuration properties for hawtio
*/
@ConfigurationProperties(prefix = "hawtio")
public class HawtioProperties {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy