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: