腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(2511)
视频
沙龙
1
回答
cassandra
spring
boot
主键
列
、
、
我有一个
主键
列为“id”的
cassandra
表。我需要添加具有“first_name”、“last_name”和“age”字段的学生列表。如何将学生列表添加到表中,其中“id”
列
应自动填充从1开始的自动递增的值?
浏览 18
提问于2019-09-12
得票数 0
1
回答
Spring
Data
Cassandra
命名策略
、
、
Kotlin +
Spring
Boot
Cassandra
App忽略了@Column("column_name")注释。由于表中不存在
列
orderdetails,因此会导致运行时错误。 为什么默认情况下
spring
data
Cassandra
的@Column没有映射到snake大小写?是否有任何其他属性需要在应用程序属性中设置,以便
spring
data
Cassandra
使用snake case进行物理映射?val orde
浏览 23
提问于2021-06-22
得票数 1
1
回答
在服务中,Kubernetes pod参数不显示在Args下:没有错误
/singlePod.yamldocker run -it -p 8080:8080 joethecoder2/
spring
-
boot
-web
cassandra
_ip=127.0.0.1
cassandra
_port=9042 kind: Pod name:
spring
-
boot
-web-demo labels/joethecoder2/
浏览 0
提问于2017-12-08
得票数 0
2
回答
没有找到带有
Cassandra
实体的类型的属性findAll
、
、
org.springframework.beans.factory.BeanCreationException: Error creating bean with 配置@EnableCassandraRepositories(basePackages = {"com.tes
浏览 4
提问于2020-06-26
得票数 0
1
回答
Spring
数据
Cassandra
应用程序在通过
spring
配置创建键空间后被终止
、
、
、
(SpringApplication.java:758) [
spring
-
boot
-2.3.3.RELEASE.jar:2.3.3.RELEASE] at org.springframework.
boot
.SpringA
浏览 2
提问于2020-08-24
得票数 2
回答已采纳
2
回答
spring
-data-
cassandra
-2.0.RELEASE+
spring
-
boot
-starter-web-1.5.7。
、
我使用的是
spring
-data-
cassandra
的最新版本2.0.RELEASE和
spring
-
boot
-starter-web - 1.5.7.RELEASE的最新版本 <dependency> <artifactId>
spring
-data-
cassandra<
浏览 2
提问于2017-10-17
得票数 0
1
回答
无法连接到对接的
Cassandra
、
、
、
依赖项是
cassandra
驱动程序附加、
cassandra
驱动映射和春季启动-启动-数据-
cassandra
。
浏览 0
提问于2018-10-19
得票数 0
回答已采纳
1
回答
如何使用
spring
data
cassandra
创建一组用户定义的类型?
、
、
、
我使用
Spring
Data
Cassandra
1.5.8 connect来连接我的
cassandra
数据库3.11.2。我尝试创建@Table pojo,并将Set作为
列
字段,但它抛出了以下错误:其他一些
cassandra
映射异常。 有人能帮我对一个'Employee‘表进行数据建模吗?’Employee‘表有一个代表一组Department UDT的
列
。(使用
spring
boot
、
spring</
浏览 0
提问于2018-04-16
得票数 2
1
回答
如何在Java实体中映射
Cassandra
元组集合
、
、
、
、
我有一个元组
列
的
cassandra
表,如下所示,我想把它映射到我的Java实体中。我使用的是
spring
-
boot
-starter data-
cassandra
v2.0.4。version将导致驱动程序版本,<artifactId>
浏览 1
提问于2018-09-26
得票数 1
回答已采纳
1
回答
服务中的自动连接
Spring
Bean (
Cassandra
Repository)为空
、
、
、
、
我尝试自动连接的类是
Cassandra
Repository。<dependency> <artifactId>
spring
-data-
cassandra
dependency> <groupId>org.cassandraunit</gr
浏览 13
提问于2016-07-25
得票数 1
2
回答
不支持Amazon密钥空间的分区器(用于Apache
Cassandra
)
、
、
我使用的是 (4.0.2版)、
cassandra
驱动程序核心(4.4.0版),并遵循了关于如何将我的java应用程序与MCS连接的正式文档。s0-admin-0] .o.d.i.c.m.t.DefaultTokenFactoryRegistry : [s0] Unsupported partitioner 'com.amazonaws.
cassandra
.DefaultPartitioners0-admin-0] .o.d.i.c.m.t.DefaultTokenFactoryRegistry : [s0] Unsupported partitio
浏览 4
提问于2020-04-17
得票数 2
回答已采纳
1
回答
哪种依赖关系将用于
Cassandra
DB (反应性)
、
、
、
我的应用程序是基于
Spring
反应性的,我需要开始使用
Cassandra
(v3.11.6)。最初,我通过添加
spring
-data-
cassandra
来完成我的DB需求,它还能够使用ReactiveCassandraTemplate编写DB例程。但是最近在网上搜索时,我才知道,还有一个名为
spring
-
boot
-starter-data-
cassandra
-reactive的依赖项存在于
Cassandra
中。
spring
-data-
浏览 3
提问于2020-05-14
得票数 2
回答已采纳
2
回答
Spring
Data
Cassandra
ClassNotFoundException
、
启动
spring
boot
应用程序我的
spring
boot
应用程序
Spring
Boot
版本2.2.4和
cassandra
版本
spring
-data-
cassandra
3.0.1.RELEASE时出现此错误session.setContactPoints("localhost");
浏览 43
提问于2020-07-11
得票数 0
2
回答
使用
Spring
Data JPA和
Spring
Data
Cassandra
时使用
Spring
Boot
1.3.1的VerifierMappingExceptions
、
我使用
Spring
-
boot
-starter-parent让
Spring
管理项目的所有依赖项,并使用
Spring
Data
Cassandra
和
Spring
data JPA at org.springfram
浏览 2
提问于2016-03-09
得票数 2
2
回答
没有'java.lang.Class<org.springframework.data.repository.Repository<?,?>>‘类型的合格bean可用
、
我在我的项目中使用了
spring
(使用CrudRepository接口),并声明了如下所示的存储库接口: * Repository implementation {@link CrudRepository--
spring
based scanning for entity classes>--> <property name="packagesToScan" value="com.scor.mga.dborg.springframework.beans.factory.suppo
浏览 6
提问于2017-02-02
得票数 0
3
回答
如何将测试容器
Cassandra
与
Spring
数据一起用于Apache?
、
、
、
、
我为我的
spring
引导应用程序开发了集成测试,它与
Cassandra
一起工作。我使用CassandraTemplate与卡桑德拉通信。对于数据库src/test/resources/application.properties,我有以下配置为了用
Cassandra<
浏览 0
提问于2019-08-16
得票数 6
回答已采纳
1
回答
Spring
Boot
2
Cassandra
多个键盘空间或集群
、
我正在开发
Spring
Boot
版本的2.0.3.RELEASE和
spring
-data-
cassandra
-2.0.8。我必须连接到两个不同的
Cassandra
集群。
Spring
Boot
的CassandraAutoConfiguration似乎只支持1个
Cassandra
集群。如何使用
spring
-data-
cassandra
自动创建的@Repository实现
浏览 14
提问于2018-09-01
得票数 1
1
回答
Gradle
Spring
从dependencyManager定义排除模块
、
、
、
、
我正在使用Gradle
Spring
在项目中导入Maven BOM定义。我需要排除BOM中定义的一个模块。 imports { exclude 'com.datastax.
cassandra
:
cassandra
-dr
浏览 3
提问于2015-08-20
得票数 6
1
回答
用于启用SSL的
Spring
boot
Cassandra
配置
、
、
、
、
我正在开发一个使用
Cassandra
的
spring
boot
应用程序。我想在我的应用程序中启用SSL,但似乎找不到如何配置
Cassandra
以使用SSL。:my_keyspace}") private int port; @Value("${<
浏览 2
提问于2020-12-31
得票数 2
2
回答
卡桑德拉UDT VerifierMappingExceptions
、
、
、
、
(BasicCassandraPersistentEntityMetadataVerifier.java:45) ~[
spring
-data-
cassandra
-1.4.3.RELEASE.jar:na</groupId> <version>1.4.1.RELEASE</version> <gr
浏览 5
提问于2016-11-07
得票数 0
点击加载更多
相关
资讯
Spring Boot:Spring Boot 邮件服务
具有响应式Cassandra 的Spring Data
Spring Boot 2系列教程6-Spring Boot JDBC
Spring Boot 2.0(二):Spring Boot 2.0尝鲜-动态 Banner
spring boot简介
热门
标签
更多标签
云服务器
ICP备案
对象存储
实时音视频
云直播
活动推荐
运营活动
广告
关闭
领券