Deploying SpringBoot application with MySQL using docker compose its throwing some Liquibase error
Tech stack : Java 17 , SpringBoot 3.3.2, MySQL 8.0.27 ,JPA, Liquibase, Docker I'm tring to deploy springboot application with mysql using Liquibase as shema migration tool.Here images,containers and database also created successfully.but when springboot app attaching to mysql its…