Access local mysql from docker java application

Hi

I have spring boot application running on docker. In order to access MySQL which is running locally not on docker, how to achieve that. I mean what should be my JDBC connection string. Is there any changes need to made w.r.t docker network.

Regards
Satya