https://github.com/netbuffer/vertx-demo
vert.x demo
https://github.com/netbuffer/vertx-demo
Last synced: 8 months ago
JSON representation
vert.x demo
- Host: GitHub
- URL: https://github.com/netbuffer/vertx-demo
- Owner: netbuffer
- Created: 2022-07-26T07:59:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T08:51:10.000Z (over 3 years ago)
- Last Synced: 2025-02-17T07:43:48.569Z (11 months ago)
- Language: Java
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Vertx-demo
image:https://img.shields.io/badge/vert.x-4.3.2-purple.svg[link="https://vertx.io"]
This application was generated using http://start.vertx.io
* https://github.com/netbuffer/vertx-demo
* https://gitee.com/netbuffer/vertx-demo
== 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]
* https://vertx.io/docs/vertx-docker/
== Docker Image
* https://hub.docker.com/r/javawiki/vertx-demo
* docker build -t javawiki/vertx-demo:v1.0.0 .
* docker push javawiki/vertx-demo:v1.0.0
* docker run -it --rm -p 8001:8001 -e VERTX_DEMO_PORT=8001 javawiki/vertx-demo:v1.0.0 sh