Skip to content

Commit

Permalink
added application.properties linking
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulprathin8 committed Aug 27, 2024
1 parent 2b08b60 commit ac46e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/english/blog/h2_database_cleanup.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Here’s how you can perform a compact shutdown:
java -cp /path/to/your/downloads/h2*.jar org.h2.tools.Shell -url jdbc:h2:/home/chetana/h2/gw -user <your_username> -password <your_password>
```

*Replace /path/to/your/downloads/h2*.jar with the actual path to your downloaded jar file, and substitute <your_username> and <your_password> with your H2 database credentials.*
_Replace_ _/path/to/your/downloads/h2*.jar_ _with the actual path to your downloaded jar file. Substitute_ _<your_username>_ _and_ _<your_password>_ _with your H2 database credentials. If you’re using Spring Boot for your application, you can find these credentials in the_ _application.properties_ _file. For your convenience, here’s a_ [_link to application.properties file_](https://github.com/ESIPFed/Geoweaver/blob/master/src/main/resources/application.properties) _where you can locate the username and password._

3. **Execute the SHUTDOWN COMPACT Command:**

Expand Down

0 comments on commit ac46e5c

Please sign in to comment.