From 9d19241c19d48ee57d1699def078e17a6e43a0bf Mon Sep 17 00:00:00 2001 From: Francesco Date: Tue, 31 Oct 2023 15:51:15 +0100 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8cf067..a172a2f 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ 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. +**IMPORTANT**: The configuration prefix `dbadmin.` will change 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: