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

cloud.hedou.abp.remote.Api.kt Maven / Gradle / Ivy

Go to download

When the functions of ABP cannot meet service requirements, the Spring Boot framework can be used to expand its own services to make use of abundant Java frameworks on the market.

There is a newer version: 1.0.1
Show newest version
package cloud.hedou.abp.remote

/** 表示接口是Retrofit Api */
annotation class Api(

    /** 该API的访问端口 */
    val port: Int

)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy