- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/pivotal/app-redirect
软件介绍
App-redirect(Redirect)是一个 SpringBoot 应用程序,基于 urlrewrite.xml 中的配置规则能够解决重定向问题。它使用 UrlRewriteFilter 来进行重定向。
用途:
git clone git@github.com:pivotal/app-redirect.git cd app-redirect
make changes in src/main/resources/urlrewrite.xml
./gradlew clean build cd scripts cf login ./deploy-blue-green.sh production
