mirror of
https://github.com/chillzhuang/SpringBlade.git
synced 2024-11-22 18:39:29 +08:00
11 lines
212 B
YAML
11 lines
212 B
YAML
#服务器端口
|
|
server:
|
|
port: 7007
|
|
|
|
#数据源配置
|
|
spring:
|
|
datasource:
|
|
url: ${blade.datasource.prod.url}
|
|
username: ${blade.datasource.prod.username}
|
|
password: ${blade.datasource.prod.password}
|