An open API service indexing awesome lists of open source software.

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

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