Skip to content

rrohitramsen/JPStockMarketRepository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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