You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to run the application using "mvn spring-boot:run" I`m getting an issue. Below please find part of the exception message
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [fr/redfroggy/hmac/configuration/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ChangeLogParseException: Error Reading Migration File: class path resource [liquibase/master.xml] cannot be resolved to URL because it does not exist
Any help will be appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered:
While trying to run the application using "mvn spring-boot:run" I`m getting an issue. Below please find part of the exception message
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [fr/redfroggy/hmac/configuration/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ChangeLogParseException: Error Reading Migration File: class path resource [liquibase/master.xml] cannot be resolved to URL because it does not exist
Any help will be appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered: