Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steffikeranj/java-vertx-crud
Repository to demonstrate how CRUD operations can be done with Java Vertx toolkit
https://github.com/steffikeranj/java-vertx-crud
crud java vertx vertx-web
Last synced: 17 days ago
JSON representation
Repository to demonstrate how CRUD operations can be done with Java Vertx toolkit
- Host: GitHub
- URL: https://github.com/steffikeranj/java-vertx-crud
- Owner: SteffiKeranJ
- Created: 2021-10-24T20:49:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T09:50:00.000Z (about 3 years ago)
- Last Synced: 2024-11-06T07:33:27.575Z (2 months ago)
- Topics: crud, java, vertx, vertx-web
- Language: Java
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Java Vertx Project for CRUD operations
image:https://img.shields.io/badge/vert.x-4.1.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
```== Help
* https://vertx.io/docs/[Vert.x Documentation]
* https://stackoverflow.com/questions/tagged/vert.x?sort=newest&pageSize=15[Vert.x Stack Overflow]
* https://groups.google.com/forum/?fromgroups#!forum/vertx[Vert.x User Group]
* https://gitter.im/eclipse-vertx/vertx-users[Vert.x Gitter]