JNOSQL / demos-se

The Eclipse JNoSQL is a framework whose has the goal to help Java developers to create Jakarta EE applications with NoSQL
Other
35 stars 19 forks source link

ArangoDB example has invalid configuration #15

Closed mxmind closed 5 years ago

mxmind commented 5 years ago

The configuration seems copied from couchbase example, please fix and provide an updated one.

otaviojava commented 5 years ago

Thank you, I'm working to fix it.

otaviojava commented 5 years ago

Hey, I fixed the bug. Could you update the code and give us feedback about it?

mxmind commented 5 years ago

Hi @otaviojava the @AQL annotation is fixed, but the settings in jnosql.json is not fixed yet for both examples

"settings": {
    "couchbase-host-1": "localhost",
    "couchbase-user": "root",
    "couchbase-password": "123456"
}
otaviojava commented 5 years ago

Thank you, fixed.