从 Vert.x 4 迁移到 5(下) Vert.x 身份验证 身份验证提供程序精简 在 Vert.x 4.0 中,io.vertx.ext.auth.AuthProvider 已被弃用,推荐使用 io.vertx.ext.auth.authentication.AuthenticationProvider。 // 4.x AuthProvider authProvider = ... // 5.0 AuthenticationProvider authProvider =