nonehat commented on issue #2591:
URL:
https://github.com/apache/servicecomb-java-chassis/issues/2591#issuecomment-924537961
Vertx vertx = io.vertx.core.Vertx.vertx();
// 创建一个HttpServer
HttpServer server = vertx.createHttpServer();
server.requestHandler(request -> {
String uri = request.path();
// others
}
server.listen(8888);
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]