Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T04:17:17.000Z (about 1 year ago)
- Last Synced: 2024-10-10T20:42:04.211Z (about 1 month 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
```