Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
Description
Various community members requested to be able to run Fineract with a simple "bootRun" Gradle task on their machines. This would facilitate debugging and ensure faster turnarounds. Actually, we could even support Spring Boot's hotreload during development (automatic reload on file save).
The current way to run a debug session is to recreate a Docker image (with JVM debug parameter in the command line) and do remote debugging with the IDE.
Bonus: find a configuration that allows "bootRun" to include custom modules without changing any of "fineract-provider"'s dependencies (our core services should not be aware of any customizations).
Attachments
Issue Links
- is a child of
-
FINERACT-1874 Release Apache Fineract 1.9.0
- In Progress