From 351b8e63966bace80e42dded12a543bdc5c3e609 Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 23 Oct 2023 10:29:19 +0200 Subject: [PATCH] README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7b6215e..12fee2e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ for your database schema. No modifications required to your existing code (well, * Advanced search and filtering * Annotation-based customization * Data export (CSV, XLSX) + * SQL console to run custom queries **Supported JPA annotations** @@ -76,9 +77,13 @@ dbadmin.modelsPackage=your.models.package,your.second.models.package ## Whether to enable Spring Boot Database Admin # dbadmin.enabled=true # +# ## Set to true if you need to run the tests, as it will customize ## the database configuration for the internal DataSource # dbadmin.testMode=false +# +## SQL console enable/disable (true by default) +# dbadmin.sqlConsoleEnabled=false ``` Now annotate your `@SpringBootApplication` class containing the `main` method with the following: