您现在的位置是:首页 > 文章详情

soul 2.1.0 发布,做 Java 界最好的 API-Gateway

日期:2019-12-03点击:1173

soul网关发布2.1.0版本 (做java界最好的API-Gateway)

  • 这是soul网关开源以来的最大的一次更新,收集了很多社区反馈的问题,进行了更新.

  • 之前的文档不是很完善,使用成本较高,这里先说声抱歉,这一个版本中,同时更新了相关文档.

  • 在这个版本中,提供 http,dubbo,springcloud等服务快速接入网关的功能.

  • 在这个版本中一切都是可扩展的,具体的可以看开发者文档.

  • 修护了很多问题,优化了很多性能,包括线程模型,异步模型等等.

  • 新增一个元数据的概念。

  • 以后的版本更新,基本上以这个版本为基础原型,来进行更新了.

  • 使用之前版本的用户,如果要升级的话,可以在群里问。。

  • 更新了太多太多地方,无法一一列举,大家只能去看文档了.

github : https://github.com/Dromara/soul

gitee : https://gitee.com/shuaiqiyu/soul

文档: https://dromara.org/zh-cn/docs/soul/soul.html

快速启动 soul-admin

 > wget  https://yu199195.github.io/jar/soul-admin.jar > java -jar soul-admin.jar --spring.datasource.url="jdbc:mysql://你的url:3306/soul?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=CONVERT_TO_NULL&failOverReadOnly=false&autoReconnect=true&useSSL=false"     --spring.datasource.username='you username'  --spring.datasource.password='you password' 

快速启动 soul-bootstrap

 > wget  https://yu199195.github.io/jar/soul-bootstrap.jar >  java -jar soul-bootstrap.jar 
  • 这样soul网关就启动了

springMvc服务接入

参考文档: https://dromara.org/zh-cn/docs/soul/joinUp-mvc.html

dubbo服务接入

参考文档: https://dromara.org/zh-cn/docs/soul/joinUp-dubbo.html

springCloud服务接入

参考文档: https://dromara.org/zh-cn/docs/soul/joinUp-springcloud.html

代码与文档

github : https://github.com/Dromara/soul

gitee : https://gitee.com/shuaiqiyu/soul

文档: https://dromara.org/zh-cn/docs/soul/soul.html

原文链接:https://www.oschina.net/news/111811/soul-2-1-0-released
关注公众号

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。

持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。

转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。

文章评论

共有0条评论来说两句吧...

文章二维码

扫描即可查看该文章

点击排行

推荐阅读

最新文章