diff --git a/README.md b/README.md index 625cdf9..1df0174 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Rest Proxy组件是本人在长期的系统对接工作中提炼出的一个可 具体是这样的:**写一个interface,定义几个method,然后加上注解,完成!**,在业务里直接调用method即可,不需要写任何实现类! ## REST请求代理(基于Http Interface) -本组件基于SpringBoot2.7.7构建,支持完整的AutoConfiguraiton。仅需要极少量配置就可以完成配置。当前最新版本为`1.1.4`,新增了标准REST注解。 +本组件基于SpringBoot2.7.7构建,支持完整的AutoConfiguraiton。仅需要极少量配置就可以完成配置。当前最新版本为`1.1.5`,新增了标准REST注解。 ### 特性列表 - 无感知自动注入,只需interface + 注解即可轻松完成对接 @@ -29,7 +29,7 @@ Rest Proxy组件是本人在长期的系统对接工作中提炼出的一个可 group.flyfish rest-proxy-core - 1.1.4 + 1.1.5 ``` diff --git a/pom.xml b/pom.xml index 9e7ad11..797337c 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ group.flyfish rest-proxy - 1.1.4 + 1.1.5 8 @@ -22,7 +22,7 @@ 1.8 4.4 2.6 - 1.1.4 + 1.1.5 pom diff --git a/rest-proxy-api/pom.xml b/rest-proxy-api/pom.xml index a819562..1a89960 100644 --- a/rest-proxy-api/pom.xml +++ b/rest-proxy-api/pom.xml @@ -5,7 +5,7 @@ group.flyfish rest-proxy - 1.1.4 + 1.1.5 4.0.0 diff --git a/rest-proxy-core/pom.xml b/rest-proxy-core/pom.xml index f02e344..dd00489 100644 --- a/rest-proxy-core/pom.xml +++ b/rest-proxy-core/pom.xml @@ -5,7 +5,7 @@ group.flyfish rest-proxy - 1.1.4 + 1.1.5 4.0.0