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

com.hxl.miniapi.api.CoolMini.kt Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package com.hxl.miniapi.api

import com.hxl.miniapi.core.MiniContext
/**
 * @description: 应用程序编程入口
 * @date: 2022/10/1 上午06:25
 */

class CoolMini(private val port: Int) :MiniContext(){
    fun start(start:Class<*>) {
        refresh(start)
        createWebServer().apply {
            init(port = [email protected] )
        }.start()
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy