Skip to content

khanhcongle/kl-reverse

Repository files navigation

Kl-reverse

Run / debug configuration on Eclipse

Java Application:

Project: kl-reverse

Main class: io.vertx.core.Launcher

Arguments: run kl.proxy.kl_reverse.MainVerticle -Dbind=8080:8082,8089:8080

Building

To launch your tests:

mvn clean test

To package your application:

mvn clean package

run as maven project

To run your application:

mvn clean compile exec:java -Dmaven.test.skip

To custom ports:

mvn clean compile exec:java -Dmaven.test.skip -Dbind=8080:8082,8089:8080

Run as a standalone application

java -jar ./kl-reverse-0.1.0-SNAPSHOT-fat.jar -Dbind=8080:8082,8089:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published