From e0d11e9b7f53f5c431ae23ef86f563a78e4d7243 Mon Sep 17 00:00:00 2001 From: Francesco Date: Tue, 31 Oct 2023 15:59:25 +0100 Subject: [PATCH] Documentation --- docs/docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/index.html b/docs/docs/index.html index fcb293c..5b0dcb9 100644 --- a/docs/docs/index.html +++ b/docs/docs/index.html @@ -121,7 +121,7 @@ dbadmin.modelsPackage=your.models.package,your.second.models.package

After this, you must tell Spring to import the SnapAdmin configuration. To do this, annotate your @SpringBootApplication class containing the main method with the following:

-@ImportAutoConfiguration(DbAdminAutoConfiguration.class)
+@ImportAutoConfiguration(SnapAdminAutoConfiguration.class)
 
 
@@ -170,7 +170,7 @@ dbadmin.modelsPackage=your.models.package,your.second.models.package

To check if your code contains unsupported fields: