Quarkus mongodb integration
问题 I'm using quarkus to build an application that needs to connect to MongoDB. However going over the documentation I could not find any module or guide that show me how can I do it: https://quarkus.io/ There is a guide about hibernate and JPA, but nothing about mongodb. Does anyone manage to do it? Can you share with me a repository with an example? 回答1: Latest versions of Quarkus have added MongoDB support. https://quarkus.io/guides/mongo-guide 回答2: I have use the following to access mongodb