框架基于spring-boot与netty作为底层支撑,目前已经支持http、websocket,tcp/ip协议。支持的协议类型包括protobuf,json,string等。参数注入全部由框架的参数解析器完成。并支持hibernate-validator的分组校验功能。 框架的性能方面:使用netty主从react模式。如果把netty channel比作生产者的话,框架内部使用了CurrentHashMap+...