mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-09 05:48:20 +00:00
Documentation
This commit is contained in:
parent
ba7a0ce11d
commit
d88faad418
@ -112,6 +112,9 @@ dbadmin.modelsPackage=your.models.package,your.second.models.package
|
|||||||
## Set to true if you need to run the tests, as it will customize
|
## Set to true if you need to run the tests, as it will customize
|
||||||
## the database configuration for the internal DataSource
|
## the database configuration for the internal DataSource
|
||||||
# dbadmin.testMode=false
|
# dbadmin.testMode=false
|
||||||
|
#
|
||||||
|
## SQL console enable/disable (true by default)
|
||||||
|
# dbadmin.sqlConsoleEnabled=false
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
@ -155,6 +158,7 @@ dbadmin.modelsPackage=your.models.package,your.second.models.package
|
|||||||
<li>String, UUID</li>
|
<li>String, UUID</li>
|
||||||
<li>Date, LocalDate, LocalDateTime, OffsetDateTime, Instant</li>
|
<li>Date, LocalDate, LocalDateTime, OffsetDateTime, Instant</li>
|
||||||
<li>byte[]</li>
|
<li>byte[]</li>
|
||||||
|
<li>Enum</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>For these field types, the interface will be already customized. For example, a file upload input is provided to fill a <code>byte[]</code> field or a date-picker for the various date types.</p>
|
<p>For these field types, the interface will be already customized. For example, a file upload input is provided to fill a <code>byte[]</code> field or a date-picker for the various date types.</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user