https://github.com/zandero/rest.vertx.example
Example project showcasing rest.vertx usage
https://github.com/zandero/rest.vertx.example
example examples vertx
Last synced: 6 months ago
JSON representation
Example project showcasing rest.vertx usage
- Host: GitHub
- URL: https://github.com/zandero/rest.vertx.example
- Owner: zandero
- License: apache-2.0
- Created: 2017-11-18T16:50:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T00:24:10.000Z (almost 4 years ago)
- Last Synced: 2025-04-19T16:29:21.886Z (10 months ago)
- Topics: example, examples, vertx
- Language: Java
- Size: 45.9 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rest.vertx showcase
Example project showcasing [rest.vertx](https://github.com/zandero/rest.vertx,rest.vertx) usage
> **NOTE:** For demonstration purposes only, **DO NOT USE** in production environment unless you know what you do!
## Quick run
Build
> mvn clean install
Run
> java -jar target/rest.vertx.example.jar
By default the example server starts on port: 4444, alternatively you can select a different port:
> java -jar target/rest.vertx.example.jar -p 5555
Test
> curl http://localhost:4444/api/echo
See all available examples on: [http://localhost:4444/](http://localhost:4444/)