Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 299 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 299 Bytes

Dictionary

Environment: Jdk 8, Maven 3.5

How to package?

mvn package

How to run?

  • Server: java -jar target/DictionaryServer-1.0-SNAPSHOT-jar-with-dependencies.jar
  • Client: java -jar target/DictionaryClient-1.0-SNAPSHOT-jar-with-dependencies.jar <optional-host> <optional-port>