ShenYu
shenyu 打包
1.替换shenyu-admin工程的pom.xml中的<build>模块为下面的模块 <build> <finalName>shenyu-admin</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> ......
Apache ShenYu 学习笔记一
1、简介 这是一个异步的,高性能的,跨语言的,响应式的 API 网关。 官网文档:https://shenyu.apache.org/zh/docs/index 仓库地址:https://github.com/apache/shenyu 2、首次体验 本次体验基本参照官方快速开始文档步骤 2.1、本 ......