Skip to content

Commit ad365b3

Browse files
committed
update docs with additional param required to change db name
1 parent 96b8d1f commit ad365b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevDocs/DeveloperNotes/GettingStarted/GettingStarted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ alters the logging verbosity for various frameworks or RSpace code.
261261

262262
#### Set deployment properties through command line
263263

264-
`-Djdbc.url=jdbc:mysql://localhost:3306/another_database -Djdbc.db=another_database`
264+
`-Djdbc.url=jdbc:mysql://localhost:3306/another_database -Djdbc.db=another_database -Djdbc.db.maven=another_database`
265265
specifies to use a different database `another_database` at the url `jdbc:mysql://localhost:3306/another_database`.
266266

267267
`-DRS_FILE_BASE=/path/toFileStore`

0 commit comments

Comments
 (0)