14 lines
239 B
YAML
14 lines
239 B
YAML
spring:
|
|
# Application 的配置项
|
|
application:
|
|
name: system-application
|
|
# Profile 的配置项
|
|
profiles:
|
|
active: local
|
|
|
|
# TODO 小范 TO 芋艿,这个临时加了个
|
|
qiniu:
|
|
bucket: xx
|
|
access-key: xx
|
|
secret-key: xx
|