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

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

猜你喜欢

转载自www.oschina.net/news/111811/soul-2-1-0-released