Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsegismont/vertx-mssql-azure
https://github.com/tsegismont/vertx-mssql-azure
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsegismont/vertx-mssql-azure
- Owner: tsegismont
- License: apache-2.0
- Created: 2023-11-07T09:53:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T11:27:51.000Z (about 1 year ago)
- Last Synced: 2024-11-01T04:26:42.282Z (about 2 months ago)
- Language: Java
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- 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.4.7-SNAPSHOT-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://discord.gg/6ry7aqPWXy[Vert.x Discord]
* https://gitter.im/eclipse-vertx/vertx-users[Vert.x Gitter]