Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonyandunh/deginxapijava
A restful-api server for DeginxWeb, powered by vertx of java.
https://github.com/jonyandunh/deginxapijava
backend deginx java maven rest-api server vertx
Last synced: 26 days ago
JSON representation
A restful-api server for DeginxWeb, powered by vertx of java.
- Host: GitHub
- URL: https://github.com/jonyandunh/deginxapijava
- Owner: JonyanDunh
- License: gpl-3.0
- Created: 2022-07-04T07:17:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T09:34:10.000Z (over 1 year ago)
- Last Synced: 2024-10-12T06:41:03.224Z (26 days ago)
- Topics: backend, deginx, java, maven, rest-api, server, vertx
- Language: Java
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Starter
image:https://img.shields.io/badge/vert.x-4.3.1-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]