spring:
main:
allow-bean-definition-overriding: true
profiles:
active: @activatedProperties@
#项目工程名,同时用于服务发现
application:
name: saas-v1-merchant
cloud:
nacos:
discovery:
server-addr: ${nacos.ip}:8848
config:
server-addr: ${nacos.ip}:8848
file-extension: yaml
#共享文件设置
shared-dataids: common.yaml
refreshable-dataids: common.yaml
# 设置swagger用户名密码
swagger:
basic:
enable: false
username: admin
password: admin
#用的的变量名字
nacos:
ip: 81.68.92.175 #nacosd地址
database: oxo_merchant #数据库名字
-
mengbali153 authored10744cf2