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
原文地址:https://www.cnblogs.com/sunleejon/p/12444152.html
时间: 2024-10-04 01:26:39