The vertx-sandbox
project is built using Java and Maven. It serves as a sandbox environment for
experimenting with Vert.x, a toolkit for building reactive applications on the JVM.
- Parent Project:
vertx-sandbox
- Module:
vertx-web-bug
- Module:
The parent pom.xml
file defines the overall project structure, including the group ID, artifact
ID, version, and modules. It also includes properties for the Maven compiler and dependency
management for Vert.x.
The module pom.xml
file inherits from the parent pom.xml
and defines the specific configuration
for the vertx-web-bug
module.
- Java 21 or higher
- Git
- pre-commit
- EditorConfig for your IDE
To install and run the vertx-sandbox project, follow these steps:
- Clone the repository:
git clone https://github.com/vertx-sandbox.git
cd vertx-sandbox
- Install pre-commit hooks:
pre-commit install -t pre-commit -t commit-msg
- Build the project using Maven:
./mvnw clean install
- SCM: The project uses Git for source control management.
- Java Version: The project is configured to use Java 21.
- JUnit Version: The project uses JUnit 5.11.0 for testing.
- Vert.x Version: The project uses Vert.x 4.5.9.