I’m trying to use postgresql db with flowable in springboot (2.7.5) based app.
I get this error Caused by: java.lang.RuntimeException: Failed to load driver class org.postgresql.Driver in either of HikariConfig class loader or Thread context classloader
the postgres dependency is added to pom.xml.
any idea!
thank you.