2024-11-12

backups
笨蛋 2024-11-12 17:22:15 +08:00
parent 0c5e6df5b1
commit 5a562434a9
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# Tomcat
server:
port: 9104
# Spring
spring:
application:
# 应用名称
name: muyu-monitor
profiles:
# 环境配置
active: dev
cloud:
nacos:
discovery:
# 服务注册地址
server-addr: 60.204.150.30:8848
config:
# 配置中心地址
server-addr: 60.204.150.30:8848
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}