mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-08 21:38:21 +00:00
README
This commit is contained in:
parent
312c05a654
commit
ad30ccaa9b
@ -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!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user