Solution:
You can try maven goal mvn liquibase:clearCheckSums
and then try running app again
if you are using maven
:
mvn liquibase:clearCheckSums
else if you are using gradle
:
./gradlew liquibaseClearChecksums
liquibase.exception.DatabaseException: java.sql.SQLException: Access denied for user ‘root’@’localhost’ (using password: NO)
You need to configure the liquibase credentials in your pom.xml.
running app again
mvnw