Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gautric/vertx-4-ocp
Vert.X demo sur Openshift Container Platform
https://github.com/gautric/vertx-4-ocp
Last synced: 10 days ago
JSON representation
Vert.X demo sur Openshift Container Platform
- Host: GitHub
- URL: https://github.com/gautric/vertx-4-ocp
- Owner: gautric
- Created: 2017-07-03T13:00:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T09:44:30.000Z (over 7 years ago)
- Last Synced: 2024-10-20T08:58:50.174Z (18 days ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
== Sample Vert.x Hello World
This sample application starts a HTTP server available on http://localhost:8080
It can be built using maven:
----
mvn package
----And run with:
----
java -jar [build/libs|target]/vertx-hello-world-fat.jar
----