8 lines
135 B
YAML
8 lines
135 B
YAML
spring:
|
|
# Application 的配置项
|
|
application:
|
|
name: order-application
|
|
# Profile 的配置项
|
|
profiles:
|
|
active: local
|