Spring Cloud Function 是来自 Pivotal 的 Spring 团队的新项目,它致力于促进函数作为主要的开发单元。该项目提供了一个通用的模型,用于在各种平台上部署基于函数的软件,包括像 Amazon AWS Lambda 这样的 FaaS(函数即服务,function as a service)平台。
版本更新如下:
支持 Kotlin
为 Azure Functions 的新编程模型。
Web adapter 在启动时自动导出Supplier。
Supplier
Functional Bean Registrations
支持输入类型为 Collection的函数的类型转换。
Collection
基于 Spring Boot 2.1 构建。
项目地址
评论删除后,数据将无法恢复
Spring Cloud Function 2.0 发布,支持 Kotlin
Spring Cloud Function 是来自 Pivotal 的 Spring 团队的新项目,它致力于促进函数作为主要的开发单元。该项目提供了一个通用的模型,用于在各种平台上部署基于函数的软件,包括像 Amazon AWS Lambda 这样的 FaaS(函数即服务,function as a service)平台。
版本更新如下:
支持 Kotlin
为 Azure Functions 的新编程模型。
Web adapter 在启动时自动导出
Supplier。Functional Bean Registrations
支持输入类型为
Collection的函数的类型转换。基于 Spring Boot 2.1 构建。
项目地址