Skip to content

andrei-tulba/vertx-sandbox

Repository files navigation

vertx-sandbox

Overview

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.

Project Structure

  • Parent Project: vertx-sandbox
    • Module: vertx-web-bug

Maven Configuration

Parent pom.xml

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.

Module vertx-web-bug/pom.xml

The module pom.xml file inherits from the parent pom.xml and defines the specific configuration for the vertx-web-bug module.

⚡ Get started

Prerequisites ✔️

Installation Instructions 🚀

To install and run the vertx-sandbox project, follow these steps:

  1. Clone the repository:
git clone https://github.com/vertx-sandbox.git
cd vertx-sandbox
  1. Install pre-commit hooks:
pre-commit install -t pre-commit -t commit-msg
  1. Build the project using Maven:
./mvnw clean install

Additional Information

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages