From 68a8d64f357ce6c33994a0ad43d89123a0acb44c Mon Sep 17 00:00:00 2001 From: Francesco Date: Sun, 8 Oct 2023 11:33:51 +0200 Subject: [PATCH] README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a547bc9..d856472 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,8 @@ This will autoconfigure Spring Boot Database Admin when your application starts. ## Documentation -Available at: https://aileftech.github.io/spring-boot-database-admin/. +* [Latest Javadoc](https://javadoc.io/doc/tech.ailef/spring-boot-db-admin) +* [Refernce Guide](https://aileftech.github.io/spring-boot-database-admin/) ## Issues @@ -95,3 +96,4 @@ If you find a problem or a bug, please report it as an issue. When doing so, inc * provide the code for the involved `@Entity` classes, if possible/relevant * provide the full stack trace of the error * specify if you are using any particular configuration either in your `application.properties` or through annotations + * if the problem occurs at startup, enable `DEBUG`-level logs and report what `grep DbAdmin` returns