Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This tutorial assumes that you're using IntelliJ IDEA and you have JDK 1.8 and optionally gradle and maven installed. 

...

 Use git to clone the Apache Fineract CN microservices using the initial-setup script  script into a folder of your choice, FineractCNCode/, say. This process is described here: How To Build Apache Fineract CN

STEP 2

Open IntelliJ IDEA, Create New Project,

...

Click File->New->Module from existing sources

STEP 6

Choose the "fineract-cn-accounting" (on screenshots it has the old name "accounting") folder from your FineractCNCode/ folder and click Open

...

On next page, set Gradle project to FineractCNCode/fineract-cn-accounting, select Use auto-import, use default gradle wrapper (recommended) options and finally click Finish.

If you always set "Use default gradle wrapper task configuration" then you don't have to have Gradle installed locally.

STEP 9

Wait a few seconds while the accounting microservice gets synced

...

Ensure that you have the  3 dozen microservice repositories imported into IntelliJ. You're should be done done importing Apache Fineract Microservices into IntelliJ IDEA editor.

NB! Don't forget to import microservices that are placed under subdirectories "core" (for example "fineract-cn-api") and "integration-tests" (for example "fineract-cn-fims-web-app").