We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d5396 commit 4a7793fCopy full SHA for 4a7793f
deploy/deploy.sh
@@ -52,7 +52,7 @@ pwd
52
53
# 2. maven打包
54
mvn clean
55
-mvn clean package -Ptest
+mvn package -Ptest
56
57
# 3. 停服
58
cd ..
src/main/resources/config/application.yml
@@ -94,7 +94,7 @@ spring-boot-plus:
94
# 允许访问的源
95
allowed-origins: '*'
96
# 允许访问的请求头
97
- allowed-headers: content-type,token
+ allowed-headers: x-requested-with,content-type,token
98
# 是否允许发送cookie
99
allow-credentials: true
100
# 允许访问的请求方式
0 commit comments