gasWellWatch/src/main/resources/application-dev.yaml

7 lines
315 B
YAML

spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:mysql://localhost:3306/gas_well_watch?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: cq
password: cq
driver-class-name: com.mysql.cj.jdbc.Driver