Skip to content

HaleyWang/OmegaTester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmegaTester

Run from jar

mvn clean package
cd ./target
java -jar omegatester-0.1.jar

Run from the sources.

Prerequisites:

  • JDK 8
  • Maven > 3.2.1
  • Lombok plugin for your IDE
cd OmegaTester
mvn clean install
mvn exec:java

To change port use the following commands.

cd OmegaTester
mvn exec:java -Dexec.args="8080"

Run form the main method.

Open com.haleywang.monitor.App, and run the main method.

TODO list

  1. Drag request name to sort.
  2. Save request into current group.
  3. Create new Account.

About

An api tester

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors