2024-10-30 10:34:26 +08:00
|
|
|
spring:
|
|
|
|
datasource:
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
2024-11-24 12:03:06 +08:00
|
|
|
url: jdbc:mysql://localhost:3306/gas_well_watch?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
|
username: cq
|
|
|
|
password: cq
|
2024-10-30 10:34:26 +08:00
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|