com.hiarias.boot.webasync.autoconfigure.WebAsyncProperties.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webasync-spring-boot-starter Show documentation
Show all versions of webasync-spring-boot-starter Show documentation
Starter for building Ktor application using Spring Framework support
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