From 73cb5109f3d722688e4564ab41b8eb20a2b9844c Mon Sep 17 00:00:00 2001
From: huangzhen <867217663@qq.com>
Date: 星期一, 19 二月 2024 08:48:27 +0800
Subject: [PATCH] 优化自动生成缓存功能

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

diff --git a/src/main/resources/config/application-dev.yaml b/src/main/resources/config/application-dev.yaml
index 1ae602b..338d7e9 100644
--- a/src/main/resources/config/application-dev.yaml
+++ b/src/main/resources/config/application-dev.yaml
@@ -1,5 +1,5 @@
 server:
-  port: 9091
+  port: 17080
 
 spring:
   #    enable-logging: false

--
Gitblit v1.9.2