文件名:db.properties(随便)

driver = com.mysql.jdbc.Driver  //MySQL数据库驱动名
url = jdbc:mysql://localhost:3306/mall //MySQL数据库URL(包括端口)或具体哪一个数据库
user = root //MySQL数据库的用户名
password =root //MySQL数据库的密码

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2021-05-19
  • 2021-11-22
  • 2021-08-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-19
  • 2022-12-23
相关资源
相似解决方案