文件名称:gateway网关demo
文件大小:47KB
文件格式:RAR
更新时间:2023-11-11 16:55:15
gateway
### API网关 + 身份认证 access-control: true + 接口鉴权 access-control: true + 参数签名验证 check-sign: true + 在线调试文档 api-debug: true #### 修改网关启动参数 ``` opencloud: # 开放api api: # 参数签名验证 check-sign: true # 访问权限控制 access-control: true # swagger调试,生产环境设为false api-debug: true # 始终放行
【文件预览】:
Dockerfile
README.md
pom.xml
src
----main()
--------resources()
--------java()