You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
406 B
YAML
23 lines
406 B
YAML
2 years ago
|
# Tomcat
|
||
|
server:
|
||
|
port: 9206
|
||
|
|
||
|
# Spring
|
||
|
spring:
|
||
|
application:
|
||
|
# ????
|
||
|
name: hw-mqtt-broker
|
||
|
profiles:
|
||
|
# ????
|
||
|
active: dev
|
||
|
cloud:
|
||
|
nacos:
|
||
|
config:
|
||
|
# ??????
|
||
|
server-addr: huawei-nacos:8848
|
||
|
# ??????
|
||
|
file-extension: yml
|
||
|
# ????
|
||
|
shared-configs:
|
||
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|