我遵循这个使用OAuth2和GitHub提供程序保护路由的示例:http://vertx.io/docs/vertx-web/java/#_oauth2authhandler_handler它工作正常,但请求重定向后缺少GET参数。 我的代码: public class MyVerticle extends AbstractVerticle {
@Override
public
我在玩Vertx.io(版本3.4.2)。放下一些代码,现在我想测试它,所以我写了几个单元测试。当我单独运行各个测试他们都完成很好,但是当我做一个干净的MVN试验均不能与此消息: java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Ne