code clean up
1 file changed
tree: 7d741252bffda5c9b6f2a75952f47fcc2e8a59d5
  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