https://github.com/krishnalagad/learn-vertx-framework
Vert.x is an open-source, reactive, and polyglot application framework designed for building efficient and high-performing applications.
https://github.com/krishnalagad/learn-vertx-framework
hibernate-reactive polyglot vertx
Last synced: 12 months ago
JSON representation
Vert.x is an open-source, reactive, and polyglot application framework designed for building efficient and high-performing applications.
- Host: GitHub
- URL: https://github.com/krishnalagad/learn-vertx-framework
- Owner: krishnalagad
- Created: 2023-10-02T06:37:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T04:17:17.000Z (over 2 years ago)
- Last Synced: 2025-02-12T14:53:58.494Z (about 1 year ago)
- Topics: hibernate-reactive, polyglot, vertx
- Language: Java
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Starter
image:https://img.shields.io/badge/vert.x-4.4.5-purple.svg[link="https://vertx.io"]
This application was generated using http://start.vertx.io
== Building
To launch your tests:
```
./mvnw clean test
```
To package your application:
```
./mvnw clean package
```
To run your application:
```
./mvnw clean compile exec:java
```