mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-09 05:48:20 +00:00
README
This commit is contained in:
parent
024d67aa32
commit
c0801cc69d
@ -21,8 +21,11 @@ broken, please report it as an issue and I will try to take a look at it.
|
|||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
2. A few configuration steps are required on your code in order to integrate the library in your project. The first one
|
2. A few configuration steps are required on your code in order to integrate the library in your project. If you don't want
|
||||||
is to create a configuration class:
|
to test on your own code, you can clone the [test project](https://github.com/aileftech/spring-boot-database-admin-test) which provides
|
||||||
|
a sample database and already configured code.
|
||||||
|
|
||||||
|
If you wish to integrate it into your project instead, the first step is create creating a configuration class:
|
||||||
|
|
||||||
```
|
```
|
||||||
@DbAdminConfiguration
|
@DbAdminConfiguration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user