This commit is contained in:
Francesco 2023-10-31 15:51:15 +01:00
parent a3ff628d7b
commit 9d19241c19

View File

@ -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: