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