# olympos-shenyu-gateway **Repository Path**: HEngineer/olympos-shenyu-gateway ## Basic Information - **Project Name**: olympos-shenyu-gateway - **Description**: 以 apache shenyu gateway(神禹)为基础,对 shenyu-bootstrap(shenyu项目中的网关模块)模块进行 java19 与 springboot 3 进行兼容性适配与改进。 !!!此项目不包含 shenyu-admin,shenyu-e2e,shenyu-examples,shenyu-integrated-test 这4个模块 !!! - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-21 - **Last Updated**: 2023-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: shenyu, java19, SpringBoot3 ## README 1.此模块仅仅对原 apache shenyu 2.5.1 版本进行了SpringBoot 3的兼容适配,并未做太多改变,使用方式参考原版! 2.此模块只包含 shenyu-bootstrap 一个可执行项目,因为 shenyu-admin 可以使用官方docker方式部署,或者可以使用原版代码打包运行。 3.内部必要部分已经做适配,但仅仅确保可以运行,不保证是否会有其它问题。只供大家学习使用。 4.使用方式: 1)项目内本地执行,需要按照官方说明进行配置修改。 2)将 shenyu-bootstrap 以外的其它包放入私库(比如gitlab),然后自定义项目对 私库内的 shenyu-spring-boot-starter-gateway 与 shenyu-spring-boot-starter-sync-data-xxxxxx(xxxxxx为所使用的同步方式)进行依赖即可。具体参考官方文档。 5.本项目非官方制作,仅仅作为shenyu 官方适配之前的过渡版本,不会进行太多维护,望见谅。