13 lines
368 B
YAML
13 lines
368 B
YAML
spring:
|
|
datasource:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://127.0.0.1:3306/td_cloud?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
username: root
|
|
password: root
|
|
data:
|
|
redis:
|
|
host: 192.168.2.30
|
|
password: redis2025
|
|
database: 5
|
|
port: 6379
|