It looks like your database/connection pool is not yet ready to receive the queries. Did you try delaying the bootup of your logic, e.g. by not using a CommandLineRunner, but something else?
It looks like your database/connection pool is not yet ready to receive the queries. Did you try delaying the bootup of your logic, e.g. by not using a CommandLineRunner, but something else?