jdbc.properties

jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/数据库名?characterEncoding=utf-8
jdbc.username=
jdbc.password=
原文地址:https://www.cnblogs.com/dingyi-boss/p/11340257.html