This commit is contained in:
Francesco 2023-10-31 15:37:59 +01:00
parent 312c05a654
commit ad30ccaa9b

View File

@ -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: Now annotate your `@SpringBootApplication` class containing the `main` method with the following:
```java ```java
@ImportAutoConfiguration(DbAdminAutoConfiguration.class) @ImportAutoConfiguration(SnapAdminAutoConfiguration.class)
``` ```
This will autoconfigure SnapAdmin when your application starts. You are good to go! This will autoconfigure SnapAdmin when your application starts. You are good to go!