Skip to content

Commit 8862300

Browse files
committed
refactor: rename package from mongodb.document to hotels
Signed-off-by: Otavio Santana <[email protected]>
1 parent 6ce1b31 commit 8862300

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/META-INF/microprofile-config.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
#
99
# You may elect to redistribute this code under either of these licenses.
1010
#
11-
jnosql.mongodb.url=mongodb://localhost:27017
12-
# mandatory define the database name
13-
jnosql.document.database=hotels
11+
jnosql.keyvalue.database=hotels
12+
jnosql.document.database=hotels
13+
jnosql.oracle.nosql.host=http://localhost:8080

0 commit comments

Comments
 (0)