Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将 Micronaut 与 JNoSQL 一起使用?JNoSQL 依赖于 CDI 实现,即 Weld,Micronaut 支持许多相同的注释集,但我不认为它暴露了一个完整的 CDI 容器,所以问题是可以使用 Micronaut 的一些 JNoSQL 优点吗?
谢谢你。路易斯·奥斯卡
如果 Micronaut 实现 CDI 2.0 或更高版本,它将起作用。但是,我认为它可以与 Spring 作为引擎一起使用。Eclipse JNoSQL 很快就会主动使用 Spring Data。