com.github.houbbbbb.sso.nt.template.NettyTemplate Maven / Gradle / Ivy
The newest version!
package com.github.houbbbbb.sso.nt.template;
/**
* @todo:
* @author: hbw
* @date: 2020/7/7
**/
public interface NettyTemplate {
/**
* 运行
*/
void run();
}