You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 服务名称
|
|
spring:
|
|
application:
|
|
name: beacon-api
|
|
# 多环境
|
|
profiles:
|
|
active: dev
|
|
# nacos注册中心地址
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
server-addr: 192.168.43.132:8848
|
|
# nacos配置中心地址:
|
|
config:
|
|
server-addr: 192.168.43.132:8848
|
|
file-extension: yml
|
|
# beacon-api-dev.yml
|