fixed type
1 file changed
tree: 57627c4acafcaaff637430f7c45a1db42dc48ca4
  1. gradle/
  2. src/
  3. .gitignore
  4. build.gradle
  5. gradlew
  6. gradlew.bat
  7. HEADER
  8. LICENSE
  9. README.md
  10. 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