I am trying to run the stock WARs as SpringBoot applications connecting to Postgres according to the documentation: https://www.flowable.org/docs/userguide/index.html#flowableUIApps
I am using command line:
java -Dloader.path=$FLOWABLE_HOME/libs -jar $FLOWABLE_HOME/wars/flowable-idm.war /
-Dspring.config.location=$FLOWABLE_HOME/application.properties
$FLOWABLE_HOME=~/DevelopmentTools/flowable-6.4.0/wars
postgresql-42.2.5.jar is in the libs folder
SpringBoot fails with:
Cannot load driver class: org.postgresql.Driver
Tried multiple combinations without luck. Will keep trying but anyone who has this running as advertised please help.