Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```