GitXplorerGitXplorer
m

java8-dev-shell

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b438a1cc647d154dffbb598b8657b89e99f60c89

Changed the config property

mmonksy committed 7 years ago
Unverified
817e1c02cdf65988822b858a204181101597d156

Formatting fixes

committed 7 years ago
Unverified
fd9742d91c55571dc95a0f4ab90ace2dec38c848

All in

committed 7 years ago

README

The README file for this repository.

About

This is to stand up a dev shell for building, and running the daypricing application.

How to build


docker build . -t devshell
docker run  -p 8080:8080  -ti devshell

How to build and run the application


After running the dev shell docker container.

Navigate to the /app/dailypricing folder and run the command ./buildAndRun.sh

You should see maven build the application and the following outputted that it's running.

 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
 [INFO] Total time: 44.710 s
 [INFO] Finished at: 2018-03-21T16:19:27Z
 [INFO] ------------------------------------------------------------------------
 [INFO] [03/21/2018 16:19:27.913] [main] [App$(akka://my-system)] Starting the service at http://localhost:8080