From ef412da82c1d6a28c073a487f634fdf9dbd9085d Mon Sep 17 00:00:00 2001 From: liumangmang Date: Mon, 9 Feb 2026 17:27:33 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E4=B8=BA38080=E5=B9=B6=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- backend/src/main/resources/application.properties | 2 +- frontend/vite.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 3fc30a9..e119901 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -1,2 +1,2 @@ -server.port=8080 +server.port=38080 spring.application.name=svn-manager-backend diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 26a4a08..b700ec3 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -6,7 +6,7 @@ export default defineConfig({ plugins: [vue()], server: { proxy: { - '/api': { target: 'http://localhost:8080', changeOrigin: true } + '/api': { target: 'http://localhost:38080', changeOrigin: true } } } })