bnyer-cloud后端服务
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.

37 lines
876 B

# Tomcat
server:
port: 8010
# Spring
spring:
main:
#解决循环依赖问题
allow-circular-references: true
application:
# 应用名称
name: bnyer-auth
profiles:
# 环境配置
active: dev
cloud:
nacos:
discovery:
# 服务注册地址
server-addr: http://117.50.61.7:8848
# 命名空间地址
namespace: c4f53d8c-0a91-4249-a804-f16f543ec3b0
# 命名空间
group: dev
config:
# 配置中心地址
server-addr: http://117.50.61.7:8848
# 配置文件格式
file-extension: yml
# 命名空间地址
namespace: c4f53d8c-0a91-4249-a804-f16f543ec3b0
# 命名空间
group: dev
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}