Example Assignment – Super Simple Stock Market Requirements and Constraints & Notes are given in the problem statement.
StockMarket Application Class UML Design.
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
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