Project Setup:

Gradle + basic Helo World
This commit is contained in:
Tina_Azure
2023-03-02 02:30:55 +01:00
parent 585f4de3a0
commit 1c0bdd23e8
14 changed files with 686 additions and 0 deletions

32
README.adoc Normal file
View File

@@ -0,0 +1,32 @@
= Starter
image:https://img.shields.io/badge/vert.x-4.3.8-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://discord.gg/6ry7aqPWXy[Vert.x Discord]
* https://gitter.im/eclipse-vertx/vertx-users[Vert.x Gitter]