amino-os / Amino.Run

Amino Distributed OS - Runtime Manager
Apache License 2.0
29 stars 12 forks source link

[Examples] Test FundMover example. #780

Closed sungwook-moon closed 5 years ago

sungwook-moon commented 5 years ago

We have an example - FundMover - for testing TwoPCCoordinatorPolicy manually. Style format doesn't seem to be enforced. Test this app, confirm style format and Gradle restrictions are enforced and close this issue.

Vishwa4jeet commented 5 years ago
  1. Formatting issue for all the apps have been addressed by this PR #786 .
  2. Tested the app: NOTE: Requires setting up MariaDB before running the app. App run screenshot: image
  3. Identified some changes in the Readme.md file, made those changes and raised PR #807 .
Vishwa4jeet commented 5 years ago

@sungwook-moon Do we mean enforcing the Java 1.6 version compatibility, when mentioning 'check Gradle restrictions are enforced' ?