spring-data-mongodb-reactive 相关问题


Spring Data MongoDB:当文档嵌入另一个文档时如何忽略唯一索引字段?

我定义了一个 Contract 类,如下所示: @文档 公共类合约 { @ID 私有字符串 ID; @Indexed(唯一= true) 私有字符串引用; 私有字符串状态=“待处理...


Spring Cloud Gateway 返回 404 未找到错误

我尝试使用 Reactive 和 MVC Spring Cloud API 网关,但在两次尝试中我都在 Postman 中收到 404 Not Found 错误响应。 我只有一个用户服务和一个发现服务器(尤里卡)...


使用 Spring Boot 查询 mongoDB 中的对象数组

我有mongoDB集合如下 { "_id": "ba4d5a0e-1759-4e88-bd57-5e7781d46da7", "name": "文档 3 已更新", “文档类”:“033a1f67...


Spring Reactive 使用 ServerRequest 获取正文 JSONObject

我是春季反应新手。 我正在尝试使用邮递员从服务器获取请求信息。 首先,postman使用post方法向服务器发送信息。 其次,我们一直在努力...


在 Spring Boot 中使用 MongoDB、Redis 和 RabbitMQ 更新统计数据的最佳实践

我正在使用 MongoDB、RabbitMQ 和 Redis 构建 Spring Boot 应用程序。该应用程序跟踪统计信息(例如操作系统版本、设备类型)并在新数据到达时更新它们。 目前的方法: 设备数据...


Spring boot - mongoDB - 比较没有“$where”的 2 个字段

如何比较同一文档中的 2 个字段 - 没有“$where” 查询运行良好 - Criteria.where("$where").is("this.a1 != this.a2") 但是 --noscripting 参数...


Spring Boot 3.4.0 让 JPA/Hibernate 的集成测试失败

我们已从 Spring Boot 3.3.6 更新到版本 3.4.0。现在,我们的集成测试(注释 @SpringBootTest)与 Hibernate/JPA 交互(我们使用 spring-data-jpa)突然失败。 @测试


将 Spring Data Rest 与反应式存储库一起使用时,FluxUsingWhen 无法转换为 Iterable 错误

我配置了一个 ReactiveSortingRepository 来查看 Spring Data Rest 上的反应功能,过去我主要使用 PagingAndSortingRepository 将资源公开为 REST 端点,所以想要...


如何将自定义用户类型作为参数传递给 Spring Data JPA 查询方法?

我有一个 Spring data JPA 存储库,它由 postgresql 数据库支持。作为查询的一部分,我想在查询中使用间隔。我设法通过创建一个 SQLFunction 来实现它...


Spring Boot 3.4.1:为什么 spring.data.rest.base-path 导致 404 错误?可能与 DevTools 发生冲突?

我最近将 Spring Boot 应用程序从版本 3.4.0 升级到 3.4.1,并遇到了 Spring Data REST 的问题。 在版本 3.4.0(以及所有以前的 3.x 版本)中,以下配置...


哪里可以找到 Spring Redis 的配置属性列表

我尝试查看参考资料,但似乎找不到 spring.redis 配置值的完整列表。 我正在专门寻找为 Spring Data Redis 操作设置前缀。


我的控制器中所有 @FXML 属性均为 NULL(SPRING BOOT - JAVA-FX 集成)

我正在开发一个会员管理软件,我使用的是spring boot,spring data与JAVA-FX集成。 一切都很好,直到我创建了一个视图,其中有一张包含所有拥护成员的表格


@EnableAutoConfiguration(exclude =...) 在 Spring Boot 2.6.0 中测试失败

我尝试将我的 data-mongo 示例项目升级到 Spring Boot 2.6.0。有一个测试旨在针对 Testcontainers 运行,我还包含了用于其他测试的嵌入式 mongo dep,所以我必须...


我不明白如何使用jsonb和Spring Data JDBC将实体保存到数据库

我的 Spring Boot 应用程序中有一个实体: @数据 @AllArgsConstructor @Table(名称=“我的文件”) 公共类我的文件{ @Id私有长id; 私有字符串内容; } 这是表格


Spring data elasticsearch repository.count() 返回“当前令牌 (VALUE_NUMBER_INT) 不是布尔类型”

我正在将一个相当旧的应用程序从 Spring Boot 2.0.2 升级到最新的应用程序。 中期目标是更新到最新版本 2 (2.7.18) 所以这可能是一个依赖版本...


在配置类中创建实体对象作为 bean 是个好习惯吗?

我的 Spring Boot 应用程序使用 Spring Data JDBC,并将一些设置值存储在数据库而不是 Application.yml 文件中。 在配置中将实体对象创建为 bean 是个好习惯吗...


如何在不进行战争部署的情况下将 Spring Boot 与现有 Tomcat 一起使用

我有一个使用 Spring Data JPA 和 Hibernate (服务、实体、存储库等)的 Maven 项目。所有内容都使用 AspectJ 编译为 jar 文件。 现在我想添加一个 REST API 以便...


由于数据库相关错误,主应用程序和测试无法运行

我正在尝试为我的 Spring Boot 应用程序创建测试(我以前从未创建过测试,所以这是我第一次。)。我在主应用程序中使用 MongoDB Atlas,并在测试中使用 H2 数据库。我...


@MappedSuperclass 被分配给@OneToMany spring-data

我正在开发一个应用程序来跟踪客户帐户。每个客户可以有多个帐户。 挑战在于帐户对象是多态的。 有一个抽象类Account,有2-3 m...


无法启动mongodb社区

我正在尝试在我的Mac(M2芯片)上安装Mongodb 我运行以下命令: 酿造水龙头 mongodb/brew 酿造安装 [email protected] 酿造服务启动 [email protected] 然后我检查服务是否...


Angular Reactive Form - 验证在 formGroup 中不起作用

我定义了这个表单组 获取 createItem(): FormGroup { 返回 this.formBuilder.group({ 名称:['',验证器.required], 电子邮件:['',验证器.required], 手机:[...


mongodb和nodejs中的promise待处理错误

我已经编写了node.js代码,用于使用mongodb数据库获取一些数字。这是我的代码 MongoClient.connect('mongodb://localhost:27017/mongomart', 函数(err, db) { 断言....


mongodb+srv URI 不能有端口号

我有(注:用户名和密码是虚构的): const CONNECTION_URL = "mongodb+srv://smith_bob:[email protected]:T@llyHo!:@cluster0.r92qc.mongodb.net/myFirstDatabase?retryWrites=true&am...


“sudo pecl install mongodb”在 macOS 上不起作用

我尝试通过运行以下命令在 macOS Catalina v10.15.7 上安装 MongoDB PHP 扩展, sudo pecl 安装 mongodb 但它最后抛出以下错误, 构建过程完成


MongoDB 错误:<timeField> 必须存在并包含有效的 BSON UTC 日期时间值

我正在尝试使用 MongoDB Compass 中的“导入数据”按钮将现在变得非常简单的 JSON 导入到 MongoDB。 我是这样开始的: {“时间戳”:“1728714859000”...


MongoDB 到 Bigquery(批量)数据流模板 - UDF 不起作用

我们正在尝试按计划将 mongoDB 中的当前数据加载到 bigquery 中。目前正在尝试使用谷歌云的数据流服务与 MongoDB 到 Bigquery(批量)模板一起使用...


在查询本身中限制 MongoDB 查询的结果

可以使用 limit 函数限制 MongoDB 查询的结果: MongoDB 限制查找结果 但我正在创建一个 API,您可以通过发送原始 BsonDocument 来查询该 API,并且该 API 使用


从nodejs访问/tmp/mongodb-27017.sock的权限被拒绝

我有一个写入 mongodb 套接字的节点应用程序。但是,在启动节点应用程序后,我收到错误: MongoServerSelectionError:连接 EACCES /tmp/mongodb-27017.sock 节点应用程序正在运行...


Vue 3如何获取$children的信息

这是我在 Tabs 组件中使用 VUE 2 的旧代码: 创建(){ this.tabs = this.$children; } 标签: .... 这是我在 Tabs 组件中使用 VUE 2 的旧代码: created() { this.tabs = this.$children; } 标签: <Tabs> <Tab title="tab title"> .... </Tab> <Tab title="tab title"> .... </Tab> </Tabs> VUE 3: 如何使用组合 API 获取有关 Tabs 组件中子项的一些信息?获取长度,迭代它们,并创建选项卡标题,...等?有任何想法吗? (使用组合API) 这是我现在的 Vue 3 组件。我使用 Provide 来获取子 Tab 组件中的信息。 <template> <div class="tabs"> <div class="tabs-header"> <div v-for="(tab, index) in tabs" :key="index" @click="selectTab(index)" :class="{'tab-selected': index === selectedIndex}" class="tab" > {{ tab.props.title }} </div> </div> <slot></slot> </div> </template> <script lang="ts"> import {defineComponent, reactive, provide, onMounted, onBeforeMount, toRefs, VNode} from "vue"; interface TabProps { title: string; } export default defineComponent({ name: "Tabs", setup(_, {slots}) { const state = reactive({ selectedIndex: 0, tabs: [] as VNode<TabProps>[], count: 0 }); provide("TabsProvider", state); const selectTab = (i: number) => { state.selectedIndex = i; }; onBeforeMount(() => { if (slots.default) { state.tabs = slots.default().filter((child) => child.type.name === "Tab"); } }); onMounted(() => { selectTab(0); }); return {...toRefs(state), selectTab}; } }); </script> 选项卡组件: <script lang="ts"> export default defineComponent({ name: "Tab", setup() { const index = ref(0); const isActive = ref(false); const tabs = inject("TabsProvider"); watch( () => tabs.selectedIndex, () => { isActive.value = index.value === tabs.selectedIndex; } ); onBeforeMount(() => { index.value = tabs.count; tabs.count++; isActive.value = index.value === tabs.selectedIndex; }); return {index, isActive}; } }); </script> <template> <div class="tab" v-show="isActive"> <slot></slot> </div> </template> 哦伙计们,我解决了: this.$slots.default().filter(child => child.type.name === 'Tab') 对于想要完整代码的人: 标签.vue <template> <div> <div class="tabs"> <ul> <li v-for="tab in tabs" :class="{ 'is-active': tab.isActive }"> <a :href="tab.href" @click="selectTab(tab)">{{ tab.name }}</a> </li> </ul> </div> <div class="tabs-details"> <slot></slot> </div> </div> </template> <script> export default { name: "Tabs", data() { return {tabs: [] }; }, created() { }, methods: { selectTab(selectedTab) { this.tabs.forEach(tab => { tab.isActive = (tab.name == selectedTab.name); }); } } } </script> <style scoped> </style> 标签.vue <template> <div v-show="isActive"><slot></slot></div> </template> <script> export default { name: "Tab", props: { name: { required: true }, selected: { default: false} }, data() { return { isActive: false }; }, computed: { href() { return '#' + this.name.toLowerCase().replace(/ /g, '-'); } }, mounted() { this.isActive = this.selected; }, created() { this.$parent.tabs.push(this); }, } </script> <style scoped> </style> 应用程序.js <template> <Tabs> <Tab :selected="true" :name="'a'"> aa </Tab> <Tab :name="'b'"> bb </Tab> <Tab :name="'c'"> cc </Tab> </Tabs> <template/> 我扫描子元素的解决方案(在对 vue 代码进行大量筛选之后)是这样的。 export function findChildren(parent, matcher) { const found = []; const root = parent.$.subTree; walk(root, child => { if (!matcher || matcher.test(child.$options.name)) { found.push(child); } }); return found; } function walk(vnode, cb) { if (!vnode) return; if (vnode.component) { const proxy = vnode.component.proxy; if (proxy) cb(vnode.component.proxy); walk(vnode.component.subTree, cb); } else if (vnode.shapeFlag & 16) { const vnodes = vnode.children; for (let i = 0; i < vnodes.length; i++) { walk(vnodes[i], cb); } } } 这将返回子组件。我对此的用途是我有一些通用的对话框处理代码,用于搜索子表单元素组件以咨询其有效性状态。 const found = findChildren(this, /^(OSelect|OInput|OInputitems)$/); const invalid = found.filter(input => !input.checkHtml5Validity()); 如果你复制粘贴与我相同的代码 然后只需向“选项卡”组件添加一个创建的方法,该方法将自身添加到其父级的选项卡数组中 created() { this.$parent.tabs.push(this); }, 使用脚本设置语法,您可以使用useSlots:https://vuejs.org/api/sfc-script-setup.html#useslots-useattrs <script setup> import { useSlots, ref, computed } from 'vue'; const props = defineProps({ perPage: { type: Number, required: true, }, }); const slots = useSlots(); const amountToShow = ref(props.perPage); const totalChildrenCount = computed(() => slots.default()[0].children.length); const childrenToShow = computed(() => slots.default()[0].children.slice(0, amountToShow.value)); </script> <template> <component :is="child" v-for="(child, index) in childrenToShow" :key="`show-more-${child.key}-${index}`" ></component> </template> 我对 Ingrid Oberbüchler 的组件做了一个小改进,因为它不支持热重载/动态选项卡。 在 Tab.vue 中: onBeforeMount(() => { // ... }) onBeforeUnmount(() => { tabs.count-- }) 在 Tabs.vue 中: const selectTab = // ... // ... watch( () => state.count, () => { if (slots.default) { state.tabs = slots.default().filter((child) => child.type.name === "Tab") } } ) 我也遇到了同样的问题,在做了很多研究并问自己为什么他们删除了$children之后,我发现他们创建了一个更好、更优雅的替代方案。 这是关于动态组件的。 (<component: is =" currentTabComponent "> </component>). 我在这里找到的信息: https://v3.vuejs.org/guide/component-basics.html#dynamic-components 希望这对你有用,向大家问好!! 我发现这个更新的 Vue3 教程使用 Vue 插槽构建可重用的选项卡组件对于与我相关的解释非常有帮助。 它使用 ref、provide 和ject 来替换我遇到同样问题的this.tabs = this.$children;。 我一直在遵循我最初发现的构建选项卡组件(Vue2)的教程的早期版本创建您自己的可重用 Vue 选项卡组件。 根据 Vue 文档,假设您在 Tabs 组件下有一个默认插槽,您可以直接在模板中访问该插槽的子级,如下所示: // Tabs component <template> <div v-if="$slots && $slots.default && $slots.default()[0]" class="tabs-container"> <button v-for="(tab, index) in getTabs($slots.default()[0].children)" :key="index" :class="{ active: modelValue === index }" @click="$emit('update:model-value', index)" > <span> {{ tab.props.title }} </span> </button> </div> <slot></slot> </template> <script setup> defineProps({ modelValue: Number }) defineEmits(['update:model-value']) const getTabs = tabs => { if (Array.isArray(tabs)) { return tabs.filter(tab => tab.type.name === 'Tab') } else { return [] } </script> <style> ... </style> 并且 Tab 组件可能类似于: // Tab component <template> <div v-show="active"> <slot></slot> </div> </template> <script> export default { name: 'Tab' } </script> <script setup> defineProps({ active: Boolean, title: String }) </script> 实现应类似于以下内容(考虑一组对象,每个部分一个,带有 title 和 component): ... <tabs v-model="active"> <tab v-for="(section, index) in sections" :key="index" :title="section.title" :active="index === active" > <component :is="section.component" ></component> </app-tab> </app-tabs> ... <script setup> import { ref } from 'vue' const active = ref(0) </script> 另一种方法是使用 useSlots,如 Vue 文档(上面的链接)中所述。 在 3.x 中,$children 属性已被删除并且不再受支持。相反,如果您需要访问子组件实例,他们建议使用 $refs。作为数组 https://v3-migration.vuejs.org/writing-changes/children.html#_2-x-syntax 在 3.x 版本中,$children 已被删除且不再受支持。使用 ref 访问子实例。 <script setup> import { ref, onMounted } from 'vue' import ChildComponent from './ChildComponent .vue' const child = ref(null) onMounted(() => { console.log(child.value) // log an instance of <Child /> }) </script> <template> <ChildComponent ref="child" /> </template> 详细信息:https://vuejs.org/guide/essentials/template-refs.html#template-refs 基于@Urkle的回答: /** * walks a node down * @param vnode * @param cb */ export function walk(vnode, cb) { if (!vnode) return; if (vnode.component) { const proxy = vnode.component.proxy; if (proxy) cb(vnode.component.proxy); walk(vnode.component.subTree, cb); } else if (vnode.shapeFlag & 16) { const vnodes = vnode.children; for (let i = 0; i < vnodes.length; i++) { walk(vnodes[i], cb); } } } 除了已接受的答案之外: 而不是 this.$root.$children.forEach(component => {}) 写 walk(this.$root, component => {}) 这就是我让它为我工作的方式。


MongoDB 客户端在 mscorlib 中抛出 FileNotFoundException

我正在使用 Visual Studio .NET 4.6,Robomongo 连接到我的数据库没有问题 我的 MongoDB 导入 使用 MongoDB.Driver; 使用 MongoDB.Driver.Builders; 使用 MongoDB.Bson; 代码...


Mongodb 集合数据在使用 Crow 的网页上显示为空白

我已经部署到铁路和mongodb集合名为contacts添加了josn文件。我希望在网页上显示联系人的数据。然后我通过在 hello 中创建 dockerfile 来添加 mongodb c++ 驱动程序...


azure aks 将 k8 集群中运行的 mongodb 备份到本地文件或 azure 存储

问题陈述 我们想要备份在 azure 中的 k8s 集群中运行的 mongodb,并将其导出到在不同 k8s 集群中运行的其他 mongodb 中。 有没有人提供与此相关的指针


无法连接:在建立安全 TLS 连接之前客户端网络套接字已断开连接

我目前在网络上使用MongoDB,特别是在cloud.mongodb.com上,因为我使用的是32位系统,无法在本地下载MongoDB。我是 MongoDB 新手,我尝试创建一个数据库...


mongodb 中的聊天集合查询

{ “_id”:“654f4d7cbb027c35a0b90529”, "msg": "测试消息", “创建时间”:“2023-11-11T09:46:41.872Z”, “dateseen”:“...


将 Spring Security 5 迁移到 Spring Security 6 HttpSecurity 问题

Spring Security 6 中以下代码应该替代什么? http .authorizeRequests() .requestMatchers("/hub/**").access("hasPermission('SOME_LAYER', '')")...


从 mongodb 中的父级获取完整树

我使用带有集合的 MongoDB 数据库,使用树父子引用。 集合中的每个文档都包含一个属性:parentId。parentId 属性是一个 (ObjectId) 引用...


Spring Boot 版本与 Java 11 兼容

大家好,目前我正计划将具有 spring 版本 4.0.6 和 java 8 的独立 spring 应用程序迁移到具有 java 11 的 Spring boot 应用程序。所以,继续使用 spring boot


使用 MongoDB API 为 CosmosDB 创建唯一索引失败

我正在将 Azure CosmosDB 与 MongoDB API 结合使用。我正在尝试执行以下操作: db.createCollection('测试') db.test.createIndex({key: 1}, {name: 'key_1', unique: true}) 然而,这样做失败了......


从Node.js服务器中的Java Android应用程序接收JSON,并将其插入到Mongodb数据库

所以我尝试使用 Node.js 服务器将数据从 Java Andoid 应用程序插入到 Mongodb 数据库。但是我的 JSON 对象是空的(正如我所想的)并且读取值是“未定义”。我正在使用 mongodb


使用Datadog配置MongoDB集群

我刚开始使用datadog,除了从datadog集成按钮安装之外,不太确定mongodb和datadog之间的集成如何工作 我的目的是收集尽可能多的满足...


MongoDB 未插入所有文档

我要扔毛巾了。我不明白为什么我的所有插入都没有显示在 MongoDB 中。 我试图插入 8 个文档,但只显示 5 个。 我的插入代码: db.mycollection.insertMany( ...


如何解决错误“as.data.frame.default(data) 中的错误:无法强制类‘“lm”’到 data.frame”

abc4 <- lm(Sales~., data=abc4) summary(abc4) abc5 <- lm(Sales~ T+June+July+August+September+October+November+December, data=abc4) summary(abc5) I'm trying to run regression. If I run the fi...


grpc-spring-boot-starter - 如果我将 spring-boot-starter-jdbc 添加到依赖项中,netty 服务器不会启动

我开始用spring boot测试grpc,我使用net.devh中提供的GrpcService:grpc-spring-boot-starter(https://yidongnan.github.io/grpc-spring-boot-起动器/en/)。 它隔离效果很好...


部署期间MongoDB身份验证错误,本地运行时没有错误

部署过程中出现以下错误: 5:30:38 PM:[nodemon] 启动 `node server.js` 5:30:39 PM:服务器监听 http://localhost:3000 5:30:39 PM:/opt/build/repo/node_modules/mongodb...


Azure 能否发布管道任务内联 Powershell 连接到 MongoDB load(file) 方法

一直在使用 MDBC powershell 模块连接到 Azure cosmosDB 中的 MongoDB 实例。需要加载带有代码的 .js 文件来更新集合。 示例:(mikesSuperHappyJS.js) var colle...


在Prisma上使用mongodb创建自增ID的正确方法

我正在尝试使用 Prisma 创建一个自动增量 ID,但是以 mongodb 作为数据源时不存在 autoincrement() 函数。 模型用户{ id 字符串 @id @default(auto()) @map("...


如何在Spring Boot 3和Spring Framework 6中注册拦截器

我正在使用 Spring Boot 3.1.0-SNAPSHOT 构建后端,它使用 Spring Framework 6x。 拦截器: @Slf4j 公共类 MyInterceptor 实现 HandlerInterceptor { @覆盖 公众嘘声...


Bootstrap 模式仅显示 MongoDB 集合中的第一条记录

我正在使用 NodeJS、Handlebars 和 Bootstrap 构建一个简单的 Web 应用程序。它应该循环遍历模拟产品的 MongoDB 集合并显示其字段。 我正在“产品...


尝试使用 MongoDB Realm 检索数据时出现无效会话错误

我在尝试从 MongoDB Realm 数据库打印集合时遇到此错误 INVALID_SESSION(realm::app::ServiceError:2):无效会话:访问 令牌已过期 这是我的代码: Realm.init(第...


为什么 Mongodb 不会自动创建“id”,以及如何禁用它

{ “_ID”: { “$oid”:“65ea05dbaa907e05219c0934” }, “id”:6, “标题”:“asd”, “内容”:“asd”, “自动...


© www.soinside.com 2019 - 2024. All rights reserved.