Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enaium/jimmer-sql-kt-vertx
https://github.com/enaium/jimmer-sql-kt-vertx
jimmer kotlin vertx
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/enaium/jimmer-sql-kt-vertx
- Owner: Enaium
- Archived: true
- Created: 2023-04-06T09:13:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T03:03:19.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T13:42:49.321Z (3 months ago)
- Topics: jimmer, kotlin, vertx
- Language: Kotlin
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= jimmer-sql-kt-vertx
image:https://img.shields.io/badge/vert.x-4.4.1-purple.svg[link="https://vertx.io"]
image:https://img.shields.io/badge/jimmer-0.7.20-green.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]
* https://babyfish-ct.github.io/jimmer[Jimmer Documentation]