ktor { deployment { port = 8080 //配置端口} application { modules = [ com.mikyou.ktor.sample.ApplicationKt.module ] //配置加载需要加载的module函数} } ...
確定! 回上一頁