gpt4 book ai didi

java - MongoDB Morphia 表示已弃用

转载 作者:行者123 更新时间:2023-12-01 09:41:52 25 4
gpt4 key购买 nike

我的应用程序运行良好。我使用这个官方引用资料来学习吗啡:

http://mongodb.github.io/morphia/1.2/getting-started/quick-tour/

在 Employee 类中:

@Indexes(
@Index(value = "salary", fields = @Field("salary"))
)

它说 value 已弃用 use fields()。如何编写索引注释来摆脱已弃用的使用?

最佳答案

您可以直接删除 value 属性。该信息已由 fields 属性给出:

@Indexes(@Index(fields = @Field("salary")))

这应该有效

有关更多信息,请查看:https://github.com/mongodb/morphia/wiki/AllAnnotations

关于java - MongoDB Morphia 表示已弃用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38390964/

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