10 lines
325 B
YAML
10 lines
325 B
YAML
spring:
|
|
# 配置数据库
|
|
datasource:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://mysql8:3306/learning_progress_tracker?allowPublicKeyRetrieval=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
|
|
username: root
|
|
password: GUOxy5157
|
|
server:
|
|
port: 5157
|