From cf781983869a96d92069b20f6d2dfd4287d541fc Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期日, 28 四月 2024 11:31:32 +0800
Subject: [PATCH] 添加satoken权限控制

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

diff --git a/north-glass-erp/src/main/resources/application.yml b/north-glass-erp/src/main/resources/application.yml
index 37eb488..5441601 100644
--- a/north-glass-erp/src/main/resources/application.yml
+++ b/north-glass-erp/src/main/resources/application.yml
@@ -1,6 +1,7 @@
 
 server:
-  port: 8080
+  port: 8086
+
 
 
 spring:

--
Gitblit v1.8.0