mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-08 21:38:21 +00:00
README
This commit is contained in:
parent
1301002562
commit
cebc62c90b
@ -26,13 +26,15 @@ for your database schema. No modifications required to your existing code (well,
|
||||
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**
|
||||
These are the supported types for fields inside your `@Entity` classes (excluding fields for relationships to other entities). Fields with unsupported types are ignored, but functionality may be limited; refer to the [documentation][https://aileftech.github.io/spring-boot-database-admin/index.html#supported-field-types] for more information.
|
||||
|
||||
* Double, Integer, Short, Float, BigDecimal, BigInteger
|
||||
* Boolean
|
||||
* String
|
||||
* Date, LocalDate, LocalDateTime, OffsetDateTime
|
||||
* 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 take a look at it.
|
||||
|
||||
## Installation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user