jdbc.properties

jdbc.driverClass=com.mysql.cj.jdbc.Driver
jdbc.connectionURL=jdbc:mysql://127.0.0.1:3306/myshop?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai&useSSL=false
jdbc.username=root
jdbc.password=password

相关文章:

  • 2021-09-03
  • 2021-06-23
  • 2021-11-26
  • 2021-07-26
  • 2021-05-31
  • 2021-11-24
  • 2021-03-31
猜你喜欢
  • 2021-12-02
  • 2021-07-20
  • 2021-04-20
  • 2022-12-23
  • 2022-01-29
  • 2022-02-19
相关资源
相似解决方案