We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b8d1f commit ad365b3Copy full SHA for ad365b3
DevDocs/DeveloperNotes/GettingStarted/GettingStarted.md
@@ -261,7 +261,7 @@ alters the logging verbosity for various frameworks or RSpace code.
261
262
#### Set deployment properties through command line
263
264
-`-Djdbc.url=jdbc:mysql://localhost:3306/another_database -Djdbc.db=another_database`
+`-Djdbc.url=jdbc:mysql://localhost:3306/another_database -Djdbc.db=another_database -Djdbc.db.maven=another_database`
265
specifies to use a different database `another_database` at the url `jdbc:mysql://localhost:3306/another_database`.
266
267
`-DRS_FILE_BASE=/path/toFileStore`
0 commit comments