Compare commits
2 Commits
7422418dff
...
ffd45a4f43
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ffd45a4f43 | ||
|
|
1b744635d6 |
@@ -30,7 +30,7 @@ jobs:
|
|||||||
uses: actions/setup-java@v5
|
uses: actions/setup-java@v5
|
||||||
with:
|
with:
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
distribution: 'temurin'
|
distribution: 'maven'
|
||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
|
|
||||||
- name: 3.构建jar包
|
- name: 3.构建jar包
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ spring:
|
|||||||
- OPTIONS
|
- OPTIONS
|
||||||
- PATCH
|
- PATCH
|
||||||
allowed-headers: "*"
|
allowed-headers: "*"
|
||||||
|
allow-credentials: true
|
||||||
max-age: 3600
|
max-age: 3600
|
||||||
# ---------- 路由配置 ----------
|
# ---------- 路由配置 ----------
|
||||||
routes:
|
routes:
|
||||||
|
|||||||
Reference in New Issue
Block a user