mysql的连接字符串

jdbc:mysql://localhost/${db.name}?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=utf-8&autoReconnect=true

原文地址:https://www.cnblogs.com/fengyexjtu/p/5123132.html