Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
framework-tools
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ae5dd7f0
authored
Jul 08, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改gateway配置文件
1 parent
98059f92
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
arch-gateway/src/main/resources/bootstrap-dev.yml
arch-gateway/src/main/resources/bootstrap-local.yml
arch-gateway/src/main/resources/bootstrap-sit.yml
arch-gateway/src/main/resources/bootstrap-dev.yml
View file @
ae5dd7f
...
...
@@ -33,7 +33,7 @@ spring:
enabled
:
true
# 启用动态路由服务名称转发功能
lower-case-service-id
:
true
#开启服务名称小写
# 网关全局跨域配置
global
cor
s
:
globals
:
cors-configurations
:
'
[/**]'
:
allowedOriginPatterns
:
"
*"
...
...
arch-gateway/src/main/resources/bootstrap-local.yml
View file @
ae5dd7f
...
...
@@ -35,7 +35,7 @@ spring:
enabled
:
true
# 启用动态路由服务名称转发功能
lower-case-service-id
:
true
#开启服务名称小写
# 网关全局跨域配置
global
cor
s
:
globals
:
cors-configurations
:
'
[/**]'
:
allowedOriginPatterns
:
"
*"
...
...
arch-gateway/src/main/resources/bootstrap-sit.yml
View file @
ae5dd7f
...
...
@@ -35,7 +35,7 @@ spring:
enabled
:
true
# 启用动态路由服务名称转发功能
lower-case-service-id
:
true
#开启服务名称小写
# 网关全局跨域配置
global
cor
s
:
globals
:
cors-configurations
:
'
[/**]'
:
allowedOriginPatterns
:
"
*"
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment