From f144e8a1693395571aa2107ef212ff1ae5e0857a Mon Sep 17 00:00:00 2001
From: zhanghl <253316343@qq.com>
Date: 星期四, 15 五月 2025 15:42:24 +0800
Subject: [PATCH] monitor:更改端口为9110

---
 aps-visual/aps-monitor/src/main/resources/bootstrap.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/aps-visual/aps-monitor/src/main/resources/bootstrap.yml b/aps-visual/aps-monitor/src/main/resources/bootstrap.yml
index a4e761b..8400672 100644
--- a/aps-visual/aps-monitor/src/main/resources/bootstrap.yml
+++ b/aps-visual/aps-monitor/src/main/resources/bootstrap.yml
@@ -1,6 +1,6 @@
 # Tomcat
 server:
-  port: 9100
+  port: 9110
 
 # Spring
 spring: 
@@ -9,4 +9,4 @@
     name: aps-monitor
   profiles:
     # 鐜閰嶇疆
-    active: dev
\ No newline at end of file
+    active: int
\ No newline at end of file

--
Gitblit v1.9.3