Spring Data Arora 并不是一个官方存在的 Spring Data 项目
Spring Data Arora 并不是一个官方存在的 Spring Data 项目。Spring 官方发布的 Spring Data 系列模块包括Spring Data JPA、Spring Data MongoDB、Spring Data Redis、Spring Data Elasticsearch、Spring Data Neo4j 等但没有名为 “Spring Data Arora” 的模块。您提到的 “Spring Data Arora Service Release 2” 很可能是以下情况之一名称拼写错误例如将Spring Data Aurora亚马逊 Aurora 数据库支持误写为 “Arora”某第三方或内部自研框架的非官方命名对 Spring Data R2DBC 或 Spring Data JDBC 针对 Amazon Aurora 的适配封装Aurora 兼容 MySQL/PostgreSQL 协议通常通过对应驱动即可使用无需专属 Spring Data 模块虚构/过时/混淆信息Spring 官网及 Maven Central 中无spring-data-arora相关 artifact。✅ 正确做法若需在 Spring Boot 中连接 Amazon Aurora推荐方式是使用spring-boot-starter-data-jpa搭配mysql-connector-j或postgresql驱动或使用spring-boot-starter-data-r2dbc配合r2dbc-mysql/r2dbc-postgresql并在application.yml中配置 Aurora 集群端点如jdbc:mysql://mycluster.cluster-xxxxx.us-east-1.rds.amazonaws.com:3306/mydb。spring:datasource:url:jdbc:mysql://mycluster.cluster-xxxxx.us-east-1.rds.amazonaws.com:3306/mydbusername:adminpassword:secretjpa:hibernate:ddl-auto:validate如需高可用/读写分离可借助 Aurora Proxy 或应用层路由如 AbstractRoutingDataSource而非依赖不存在的 “Spring Data Arora”。Spring Data Arora Service Release 2 availableI am pleased to announce the availability of the second service release of the Spring Data Arora release train. It includes quite a few significant bug fixes that we have already released in the first milestone for the Babbage release train. To makethem available in an official release, we backported them into this one here. The modules included are:Spring Data Commons 1.5.2 - Artifacts - JavaDocs - Documentation - Changelog Spring Data JPA 1.3.4 - Artifacts - JavaDocs - Documentation - Changelog Spring Data MongoDB 1.2.3 - Artifacts - JavaDocs - Documentation - Changelog Spring Data Neo4j 2.2.2 - Artifacts - JavaDocs - Documentation - ChangelogThe artifacts are also available in Maven central. You find a comprehensive list of the 46 tickets resolved in our JIRA. The next release is going to be a release candidate for the Babbage release train in early August. You can find details for this release in the Spring Data Commons wiki.If you want to learn more about the Spring Data family of projects, the best event to do is SpringOne 2013 being held in Santa Clara early September. Hope to see you there!comments powered by Disqus