Re: [Mifos-developer] Development Environment For Fineract Backenf

2019-11-28 Thread Awasum Yannick
In addition, just using the ./gradlew clean tomcatRunWar, tasks is enough to test your changes in a local dev environment. This runs in 2 minutes. This is how local dev is tested now given spring boot dev tools are not yet enabled. On Thu, Nov 28, 2019 at 10:19 AM Michael Vorburger wrote: >

Re: [Mifos-developer] Development Environment For Fineract Backenf

2019-11-28 Thread Michael Vorburger
Kuziwa, I'm adding dev@fineract.apache.org in CC, where more people interested in backend development are. I suspect that you are looking for faster turnaround for local development, not CI/CD for e.g. UAT? The best solution would be to use Spring Boot Dev mode, instead of WAR on external