I use brand new spring boot project with next Maven dependency <dependency> <groupId>org.springframework.boot</groupId>
My requirement is to create DB and Tables in Clickhouse when I'm bringing it up using docker-compose. If it is mysql, I do it as below : mysql_1: image: