
com.waylau.lite.LiteServer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lite Show documentation
Show all versions of lite Show documentation
Lite is a lightweight Java Web framework, based on Spring and MyBatis.
The newest version!
/**
* Welcome to https://waylau.com
*/
package com.waylau.lite;
/**
* Lite Server.
*
* @since 1.0.0 2018年8月18日
* @author Way Lau
*/
public interface LiteServer {
/**
* Default port is 8080
*/
void run();
void run(int port);
void run(String[] args);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy