added ability to provide additional properties
2 files changed
tree: f68a9768b8130bf42a187d3b30467eb77c8bfc9a
  1. gradle/
  2. scripts/
  3. src/
  4. .gitignore
  5. build.gradle
  6. gradlew
  7. gradlew.bat
  8. HEADER
  9. LICENSE
  10. README.md
  11. settings.gradle
README.md

Mifos I/O Demo Server

Simple environment used for demo purposes

Preconditions

All Mifos I/O projects must be published to your local Maven repository

Run

IDE

Just start the class DemoServer

Executable JAR file

  1. Open a terminal window
  2. Change directory to your project location
  3. Run gradlew publishToMavenLocal
  4. Change directory to build/libs
  5. Run java -jar demo-server-0.1.0-BUILD-SNAPSHOT.jar