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

7 lines
321 B
YAML
Raw Normal View History

2024-10-30 10:34:26 +08:00
spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:mysql://127.0.0.1:3306/gaswellwatch?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
2024-11-17 22:07:00 +08:00
password: 1qaz@WSX
2024-10-30 10:34:26 +08:00
driver-class-name: com.mysql.cj.jdbc.Driver