Description
Background
Upgrade migration version from 3.3.7 to 3.3.8, then error happened like:
------------------------------------------------------------------------
-- MyBatis Migrations - up
------------------------------------------------------------------------
------------------------------------------------------------------------
-- MyBatis Migrations FAILURE
-- Total time: 0s
-- Finished at: Wed Nov 25 19:08:37 CST 2020
-- Final Memory: 7M/479M
------------------------------------------------------------------------
ERROR: Error creating ScriptRunner. Cause: java.lang.ClassNotFoundException: org.mariadb.jdbc.Driver
I have no customized configurations, just init
and up
.
FYI: 3.3.7 works very well.
Do you have any idea about it? 🙏