Use specific database for KC in Spring Boot - Datasource URL

Hi,

I would like to use a specific database for KC which is embedded in the Spring Boot app. Currently KC is picking up spring.datasource.url=jdbc:mysql://localhost:3306/xxxxDB and using that for KC. I would like KC to use its own schema. I would appreciate it if someone could let me know how I can achieve this.

Regards
Q