Compare commits

...

2 Commits

Author SHA1 Message Date
litianxiang
ffd45a4f43 cors配置 2026-05-05 16:54:16 +08:00
litianxiang
1b744635d6 cors配置 2026-05-05 16:53:30 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ jobs:
uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'temurin'
distribution: 'maven'
cache: 'maven'
- name: 3.构建jar包

View File

@@ -24,6 +24,7 @@ spring:
- OPTIONS
- PATCH
allowed-headers: "*"
allow-credentials: true
max-age: 3600
# ---------- 路由配置 ----------
routes: