From: José A. H. <al...@ar...> - 2024-01-11 20:00:29
|
Hello! It'll depends on the way that you are running Finerat If you use java command directly could be something like that: *java -Dloader.path=RELATIVE_OR_FULL_PATH_TO_LIBS** -jar fineract-provider.jar * If you are using the Jib Docker image that exists in the build.gradle there is a setting of this build docker image that has the next value: *extraClasspath = ['/app/plugins/*']* so you need a docker volume to mount this */app/plugins* path when you run the docker image Anything else please let me know Thanks and best regards Alberto On Thu, Jan 11, 2024 at 11:53 AM Fernando Ruscitti <fru...@gm...> wrote: > Hi. I'm trying to use the custom note module included in fineract but can > not make it work. Does anybody made it work? The documentation says: > > *Custom modules (better: the JAR files) only need to be dropped in > Fineract’s libs folder if you run Fineract from the Spring Boot JAR file > ...* > > But not sure where this lib folder is. > > Thanks very much > > regards; > > fernando > > Mifos-developer mailing list > mif...@li... > Unsubscribe or change settings at: > https://lists.sourceforge.net/lists/listinfo/mifos-developer |