i am using grails 5 and i can not get to connecto ...
# questions
o
i am using grails 5 and i can not get to connecto to a mongodb via connection string, anybody can give me a working example please? how woould you configure it in application.yml
i found the problem, it was me using uri: instead of url: for the connection string
👍 3