README.md

This commit is contained in:
Francesco 2023-10-08 11:33:51 +02:00
parent 474d71d1d9
commit 68a8d64f35

View File

@ -86,7 +86,8 @@ This will autoconfigure Spring Boot Database Admin when your application starts.
## Documentation ## 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 ## 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 code for the involved `@Entity` classes, if possible/relevant
* provide the full stack trace of the error * provide the full stack trace of the error
* specify if you are using any particular configuration either in your `application.properties` or through annotations * 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