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

com.hiarias.boot.webasync.autoconfigure.WebAsyncProperties.kt Maven / Gradle / Ivy

The newest version!
package com.hiarias.boot.webasync.autoconfigure

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

@ConfigurationProperties(prefix = "spring.webasync")
class WebAsyncProperties {
    var host: String = "0.0.0.0"
    var port: Int = 8080
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy