#mysql8.X
url: jdbc:mysql://localhost:3306/yourdbname?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true
username: root
password: 123456
driver-class-name: com.mysql.cj.jdbc.Driver

#H2数据库
url: jdbc:h2:mem:yourdbname
username: sa
password:
driver-class-name: org.h2.Driver

 

相关文章:

  • 2021-07-04
  • 2021-09-07
  • 2021-07-04
  • 2021-09-21
  • 2021-06-28
猜你喜欢
  • 2021-08-27
  • 2022-02-01
  • 2021-10-31
  • 2021-11-19
  • 2022-01-05
  • 2021-06-21
相关资源
相似解决方案