mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-09 05:48:20 +00:00
README
This commit is contained in:
parent
780d2c6f94
commit
1c07dac910
@ -7,7 +7,7 @@
|
|||||||
Generate a powerful CRUD management dashboard for your Spring Boot application in a few minutes.
|
Generate a powerful CRUD management dashboard for your Spring Boot application in a few minutes.
|
||||||
|
|
||||||
Spring Boot Database Admin scans your `@Entity` classes and automatically builds a web UI with CRUD operations
|
Spring Boot Database Admin scans your `@Entity` classes and automatically builds a web UI with CRUD operations
|
||||||
for your database schema. No modifications required to your existing code!
|
for your database schema. No modifications required to your existing code (well, you will need to add **1 line** to it...)!
|
||||||
|
|
||||||
[](https://i.imgur.com/Nz19f8e.png)
|
[](https://i.imgur.com/Nz19f8e.png)
|
||||||
|
|
||||||
@ -25,6 +25,13 @@ for your database schema. No modifications required to your existing code!
|
|||||||
|
|
||||||
The behaviour you specify with these annotations should be applied automatically by Spring Boot Database Admin as well. Keep in mind that using non-supported annotations will not necessarily result in an error, as they are simply ignored. Depending on what the annotation actually does, this could be just fine or result in an error if it interferes with something that Spring Boot Database Admin relies on.
|
The behaviour you specify with these annotations should be applied automatically by Spring Boot Database Admin as well. Keep in mind that using non-supported annotations will not necessarily result in an error, as they are simply ignored. Depending on what the annotation actually does, this could be just fine or result in an error if it interferes with something that Spring Boot Database Admin relies on.
|
||||||
|
|
||||||
|
**Supported field types**
|
||||||
|
* Double, Integer, Float, BigDecimal
|
||||||
|
* Boolean
|
||||||
|
* String
|
||||||
|
* LocalDate, LocalDateTime
|
||||||
|
* byte[]
|
||||||
|
|
||||||
The code is still in a very early stage and it might not be robust if you use not-yet-supported JPA annotations and/or other custom configurations (e.g., custom naming strategy). If you find a bug with your settings, please report it as an issue and I will try to take a look at it.
|
The code is still in a very early stage and it might not be robust if you use not-yet-supported JPA annotations and/or other custom configurations (e.g., custom naming strategy). If you find a bug with your settings, please report it as an issue and I will try to take a look at it.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user