初始化项目

This commit is contained in:
2026-04-21 16:12:04 +08:00
parent 4541af2c63
commit f9d96473da
443 changed files with 36365 additions and 19 deletions

View File

@@ -0,0 +1,16 @@
# Spring 配置
spring:
# 应用配置
application:
# 应用名称
name: xtools-app-monitor
# 环境配置
profiles:
active:
- info
- nacos
# 服务器配置
server:
# 端口
port: ${MONITOR_SERVICE_PORT:18100}