driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/mybatis?useSSL=true&useUnicode=true&characterEncoding=utf8 username=root password=123456
db.properties配置文件
原文:https://www.cnblogs.com/yslf/p/11955764.html