Skip to content

Demonicltu/numberAssigner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

numberAssigner

README

What is this repository for?

  • Number assigner application

How to access API documentation?

  • Maven -> assigner -> Lifecycle -> package
  • Go to ../numberAssigner/assigner/target/generated-docs
  • open index.html

How to run API application?

  • Maven -> assigner -> Lifecycle -> package
  • Go to ../numberAssigner/assigner/target
  • run assigner-0.0.1-SNAPSHOT.jar

How to run Console application?

  • Maven -> console.application -> Lifecycle -> package
  • Go to ../numberAssigner/assignerConsoleApplication/target
  • run assigner-jar-with-dependencies.jar
  • java –jar .jar -api -if -of -user -pass
  • For example: java –jar assigner-jar-with-dependencies.jar -api http://localhost:8080 -if input.txt -of output.txt -user user -pass pass

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages