From ad9b7ca64a1967348c5ff776946e97a57efaa5bc Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期二, 02 十二月 2025 09:04:45 +0800
Subject: [PATCH] 修改端口

---
 src/main/resources/application.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0790698..ef0a82f 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,5 +1,5 @@
 server:
-  port: 9095
+  port: 9096
 
 spring:
   datasource:

--
Gitblit v1.9.3