Versions Compared

Key

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

This tutorial walks you through importing Fineract CN microservices into a single instance of IntelliJ IDEA.

It's useful for developers interested in learning the codebase - how the microservices function, comparing and contrasting different microservices and saves time you could waste switching across various IntelliJ IDEA windows.

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

STEP 1

 Use git to clone the Apache Fineract CN microservices using the initial-setup script into a folder of your choice, FineractCNCode/, say.

...