Aleksandar Vidakovic created FINERACT-1763:
----------------------------------------------
Summary: Enable developers to run Fineract with bootRun
Key: FINERACT-1763
URL: https://issues.apache.org/jira/browse/FINERACT-1763
Project: Apache Fineract
Issue Type: Improvement
Reporter: Aleksandar Vidakovic
Assignee: Aleksandar Vidakovic
Fix For: 1.9.0
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).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)