go18/book/v3/application.yaml

11 lines
145 B
YAML
Raw Permalink Normal View History

2025-05-11 16:23:14 +08:00
app:
host: 127.0.0.1
port: 8080
mysql:
host: 127.0.0.1
port: 3306
database: go18
username: "root"
password: "123456"
debug: true