Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 879 Bytes

README.md

File metadata and controls

34 lines (17 loc) · 879 Bytes

Super Simple Stock Market

Example Assignment – Super Simple Stock Market Requirements and Constraints & Notes are given in the problem statement.

StockMarket Application Class UML Design.

stockmarket_uml_2

JUnit Test :

com.stockmarket.service : JUNIT for stock market service

com.stockmarket.config : JUNIT Config File

com.stockmarket.entity.manager : JUNIT for entity manager

com.stockmarket.exchange : JUNIT for exchange service

com.stockmarket.formula : JUNIT for testing all formula's

How to use:

This is a maven project, can run using ..

mvn test -> to execute the Junit tests.

mvn package -> to generate the executable jar. --> [JPStockMarket-0.0.1-SNAPSHOT.jar]

To run the program just run:

java -jar target/JPStockMarket-0.0.1-SNAPSHOT.jar