From 6e2cb29f8278c83ca845200f6a11efa5bb6957f4 Mon Sep 17 00:00:00 2001 From: Francesco Date: Sat, 30 Sep 2023 10:37:46 +0200 Subject: [PATCH] Docs --- docs/index.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/index.html b/docs/index.html index fc05185..dbe34e2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -215,20 +215,14 @@ private byte[] image;

This annotation can be placed on binary fields to declare they are storing an image and that we want it displayed when possible. The image will be shown as a small thumbnail.

- - - - - - - -
+ + +

4. Security

Spring Boot Database Admin does not implement authentication and/or authorization mechanisms. However, you can use a standard Spring security configuration in order to limit access to the web UI or specific parts of it.

All Spring Boot Database Admin routes start with the value of dbadmin.baseUrl property, and all write operations (edit, create, delete) are implemented as POST calls.

-

5. Troubleshooting