当前位置 : 主页 > 编程语言 > java >

MySQL数据库连接配置

来源:互联网 收集:自由互联 发布时间:2021-06-28
gistfile1.txt jdbc.driver=com.mysql.jdbc.Driverjdbc.url=jdbc:mysql://localhost:3306/数据库名称?characterEncoding=utf-8jdbc.username=*****jdbc.password=*****
gistfile1.txt
jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/数据库名称?characterEncoding=utf-8
jdbc.username=*****
jdbc.password=*****
网友评论