Skip to content

Commit ef379b4

Browse files
committed
feat: update MongoDB database name from 'products' to 'hotels'
1 parent 9bc307d commit ef379b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
#
1111
jnosql.mongodb.url=mongodb://localhost:27017
1212
# mandatory define the database name
13-
jnosql.document.database=products
13+
jnosql.document.database=hotels

0 commit comments

Comments
 (0)