11 lines
122 B
YAML
11 lines
122 B
YAML
server:
|
|
port: 8080
|
|
spring:
|
|
profiles:
|
|
# 环境配置
|
|
active: dev
|
|
application:
|
|
name: qiuguo-iot-gateway
|
|
|
|
|