注射MySQL依赖配置

应用依赖的服务的配置必须通过变量来注入。

如: mysql.json '''' { "host": "", "port": 3306, "user": "", "password": "", "database": "", "acquireTimeout": "10000", "waitForConnections" : true, "connectionLimit" : 10, "queueLimit" : 10000 }

docker run --env MYSQL_CONFIG='file:///mysql.json',来加载。