Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Source Code Directory Structure

Mifos X Financial Service Engine

Only main folders are covered here. All other folders are obsolete or containing out-dated information.\

mifosx

Project root containing license, readme, and changlog files. In addition some build scripts to run the build on Jenkins are included.

api-docs

Source file and styles for the online API documentation.

mifosng-provider

The main folder for the Mifos X Financial Service Engine. Gradle build scripts and project files are located here.

All sources can be found below src and the sub-folder structure follows the recommended gradle/maven approach:

  • main/java
    • contains all Java source files
  • main/resources
    • contains the log configuration
  • main/resources/META-INF
    • contains all configuration files for Hibernate and Spring
  • main/resources/sql/migrations
    • contains all SQL scripts used by Flyway and some additional scripts to populate sample data
  • test/java
    • contains all JUnit source files
  • test/resource/META-INF
    • contains unit test specific Spring configurations
  • integrationTest/java
    • contains all Java source files for automated test scenarios

Mifos X Community App

community-app

Project root containing license, readme, and changlog files. In addition some configuration for build and run time dependencies are located here. 

 

On this page:

Package Structure

Modules

 

  • No labels