https://github.com/sebastian4j/vertx-jpms-junit5
pruebas con vertx, jpms y junit5
https://github.com/sebastian4j/vertx-jpms-junit5
java jlink jpms junit5 vertx
Last synced: 2 months ago
JSON representation
pruebas con vertx, jpms y junit5
- Host: GitHub
- URL: https://github.com/sebastian4j/vertx-jpms-junit5
- Owner: sebastian4j
- Created: 2019-04-16T04:25:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T04:43:47.000Z (about 6 years ago)
- Last Synced: 2024-12-29T11:14:52.870Z (4 months ago)
- Topics: java, jlink, jpms, junit5, vertx
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vertx-modular
## Utilizando vertx, junit5 y jpms
### compilar:
mvn clean package
### lanzar:
java --module-path target/libs:target/vertx-modular-1.0-SNAPSHOT.jar --module com.sebastian.vertx.modular/com.sebastian.vertx.modular.VertxModular
### usar jlink:
bash link.sh