Managing database configuration properties
In the previous recipe, we saw how we can view the database configuration properties defined in the database.properties
file using the database
properties
list
command. In this recipe, we'll look at how we can add, modify, or remove properties from the database.properties
file using the database
properties
set
and database
properties
remove
commands.
The following table shows the properties that we'll add, modify, and remove from the database.properties
file:
Property |
Action |
---|---|
|
Modified to |
|
Modified to |
|
Removed from |
|
Added to |
|
Added to |
Getting ready
Refer to the Setting up a JPA provider for your project recipe to create the...