我遵循這個使用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