gpt4 book ai didi

spring - r2dbc 生产应用的可行性和 future 路线图

转载 作者:行者123 更新时间:2023-12-04 14:54:03 25 4
gpt4 key购买 nike

我一直在密切关注pivot 的r2dbc 更新,我希望使用这种方法构建我的应用程序。我尝试了一些带有 r2dbc postgres 驱动程序的小型应用程序,如下所示:

        <dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jdbc</artifactId>
<version>1.0.0.r2dbc-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.r2dbc</groupId>
<artifactId>r2dbc-postgresql</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</dependency>

正如 Pivotal 所说,这是一个实验项目,其最终目标是最终影响 ADBA。如果包含在 Spring/SpringBoot 的发布版本中,这可能非常有用。现在的问题是,阻止 Pivotal 将其包含在 RELEASE 版本中的缺点到底是什么。另外,是否建议使用 SNAPSHOT 版本上线?

谢谢,
GV

最佳答案

制作正式发布版本的 R2DBC 模块的最大缺点就是太早了。

我们迭代了几个模块(PostgreSQL、H2 和 MS SQL Server),社区反馈对于磨练驱动程序级 SPI 以及构建更用户友好的客户端至关重要。

如果你检查一下,我们刚刚发布了1.0.0.M6 .

该项目将在更多的社区参与和反馈下蓬勃发展。至于何时准备好包含在 Spring Boot 中,我们不知道答案。

关于spring - r2dbc 生产应用的可行性和 future 路线图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53256563/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com