mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-08-06 12:11:13 +00:00
README
This commit is contained in:
@@ -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!
|
||||||
|
Reference in New Issue
Block a user