Re: Why is `datasource-settings.properties` necessary when storage is `MySQL`

2019-09-27 Thread ???? Sheng Wu
datasource-settings.properties file is loaded by codes, through file name only. But the better things for application.yml are two 1. It could be overrided by system env, which is much more friendly than config file change. 2. In our container definition, application yaml file could be change

Why is `datasource-settings.properties` necessary when storage is `MySQL`

2019-09-27 Thread Juan Pan
Hi everyone, I am exploring SkyWalking, and i find when storage is`MySQL, `datasource-settings.properties` is needed to set properties, while all the properties of H2 storage can be set through `application.yml`. Why is `datasource-settings.properties` necessary for MySQL storage? Do