From c0801cc69d2dbd88149de7d49f58d512b8ab2e08 Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 18 Sep 2023 10:07:47 +0200 Subject: [PATCH] README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86d5d17..3c4bd80 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,11 @@ broken, please report it as an issue and I will try to take a look at it. ``` -2. A few configuration steps are required on your code in order to integrate the library in your project. The first one -is to create a configuration class: +2. A few configuration steps are required on your code in order to integrate the library in your project. If you don't want +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