From ad30ccaa9bcbc5c3513e185f5326d9c72586b5c5 Mon Sep 17 00:00:00 2001 From: Francesco Date: Tue, 31 Oct 2023 15:37:59 +0100 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bad1d11..de68433 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ dbadmin.modelsPackage=your.models.package,your.second.models.package Now annotate your `@SpringBootApplication` class containing the `main` method with the following: ```java -@ImportAutoConfiguration(DbAdminAutoConfiguration.class) +@ImportAutoConfiguration(SnapAdminAutoConfiguration.class) ``` This will autoconfigure SnapAdmin when your application starts. You are good to go!