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