driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/mybatis?useSSL=true&useUnicode=true&characterEncoding=UTF-8 username=mysql账号 password=mysql密码
Mybatis的参数配置
原文:https://www.cnblogs.com/xd-study/p/13722583.html