corda / cordapp-template-java

A Java CorDapp Template. Extend it via the Hello, World tutorial: https://docs.corda.net/hello-world-introduction.html
83 stars 127 forks source link

Release v5.2 - Fixes to ensure correct starting after clone #91

Open jmahmud opened 3 months ago

jmahmud commented 3 months ago

3 Issues were experienced when originally cloned (running on macOS):

In the combined-worker-compose.yaml file:

Therefore these have all been addressed in order to enure that the application starts up on initial clone.

This is to address issues raised in #90