2016-07-15 47 views
0

我的應用程序工作正常。我用這個官方參考學習嗎啡:MongoDB Morphia說棄用使用

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

在Employee類:

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

它說,不建議使用值使用字段()。如何編寫索引註釋以擺脫棄用的使用?

回答