Skip to content

miladmofidi/Countries-CapitsLangs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Countries-CapitsLangs

Finding and mapping users Countries' capitals and languages using list of generic mappers

prerequisites

JDK 1.8
Maven

Installation

Build and run project with command line in windows:

  cd <project-path>
  mvn clean Install
  javac DemoApplication.java
  java -jar DemoApplication.java

Authors