jdbc:mariadb://localhost:3306 连接数据库
/mybatis 连接到具体的库
?useSSL=true 安全连接
&: &转义
useUnicode=true 支持Unicode编码
characterEncoding=UTF-8 选择字符集
username: 数据库登录用户名 password: 数据库登录密码
jdbc:mariadb://localhost:3306 连接数据库
/mybatis 连接到具体的库
?useSSL=true 安全连接
&: &转义
useUnicode=true 支持Unicode编码
characterEncoding=UTF-8 选择字符集
username: 数据库登录用户名 password: 数据库登录密码