Migrate from Vert.x 3 to Vert.x 4
We provide a clear and well-documented migration path from Vert.x 3.9 to Vert.x 4. Existing users will feel at home with the new version.
阅读更多Dynamic database pool configuration with Vert.x SQL Client
You will learn how to achieve dynamic database configuration of the Vert.x SQL Client pool
阅读更多Things to keep in mind concerning CSRF attacks
Eclipse Vert.x like most frameworks provides an anti-CSRF defense. However, no framework can prevent all attack vectors that exist in the web. Therefore, developers need to be aware of some dangers and common attack vectors concerning CSRF defenses.
阅读更多JWT Authorization for Vert.x with Keycloak
In this blog post, you'll learn about JWT foundations, protect routes with JWT Authorization, JWT encoded tokens, and RBAC with Keycloak
阅读更多Easy SSO for Vert.x with Keycloak
In this blog post, you'll learn how to implement Single Sign-on with OpenID Connect and how to use Keycloak together with Eclipse Vert.x.
阅读更多Send web requests and assert results with vertx-junit5-web-client
In this blog post, you'll learn how to use the new vertx-junit5-web-client module to send web requests in your unit tests and to make assertions.
阅读更多