https://github.com/core2002/tree_hole_backend
https://github.com/core2002/tree_hole_backend
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/core2002/tree_hole_backend
- Owner: Core2002
- Created: 2023-01-09T20:43:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T04:45:59.000Z (about 3 years ago)
- Last Synced: 2025-10-27T18:46:01.937Z (8 months ago)
- Language: Java
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Tree_hole_backend
image:https://img.shields.io/badge/vert.x-4.3.7-purple.svg[link="https://vertx.io"]
This application was generated using http://start.vertx.io
== Building
To launch your tests:
```
./gradlew clean test
```
To package your application:
```
./gradlew clean assemble
```
To run your application:
```
./gradlew clean run
```
== 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]