driver=com.mysql.cj.jdbc.Driver url=jdbc:mysql://localhost:3306/mybatisdb?useSSL=true&useUnicode=true&characterEncoding=utf8 username=root password=123456
jdbc连接mysql8.0版本的配置文件
最新推荐文章于 2025-02-20 15:23:37 发布
driver=com.mysql.cj.jdbc.Driver url=jdbc:mysql://localhost:3306/mybatisdb?useSSL=true&useUnicode=true&characterEncoding=utf8 username=root password=123456