
常见问题
文章平均质量分 82
R_run
迷雾
邮箱c.clll@qq.com
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
DolphinScheduler1.3本地源码构建
Dev-1.3版本一.环境准备1.Git克隆代码 https://github.com/apache/incubator-dolphinscheduler2.maven导入IDE(maven需求3.3版本以上)3.数据库需要:postgresql或者mysql若测试环境为mysql需要在根目录引入mysql驱动<dependency> <groupId>mysql</groupId> <artifactI...原创 2020-05-29 11:31:20 · 3770 阅读 · 2 评论 -
spring cloud gateway配置多个路由规则+gateway retry
server: port: 9010spring: application: name: micro-sdn-gateway cloud: gateway: discovery: locator: enabled: true#是否适用默认路由(通过gatewayUri:port/服务名/path直接访问服务接口) ...原创 2019-05-06 20:31:52 · 27370 阅读 · 2 评论