From a3ff628d7b34b1fbc5ff4ce7ee6eb2fd397cfd04 Mon Sep 17 00:00:00 2001 From: Francesco Date: Tue, 31 Oct 2023 15:50:27 +0100 Subject: [PATCH] README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 668ab98..b8cf067 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,8 @@ dbadmin.modelsPackage=your.models.package,your.second.models.package # dbadmin.sqlConsoleEnabled=false ``` +**IMPORTANT**: The configuration prefix `dbadmin.` will be changed to `snapadmin.` starting from version 0.2.0. Remember to update your configuration files accordingly. + Now annotate your `@SpringBootApplication` class containing the `main` method with the following: ```java