db.properties文件配置 #加载驱动 driver=com.mysql.jdbc.Driver #mysql的路径地址和一些设置 url=jdbc:mysql://localhost:3306/mybatis?useSSL=false&useUnicode=true&characterEncoding=utf-8 #自己数据库设置的用户名 username=root #自己数据库设置的密码 password=123456