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
10af1b9020
commit
351b8e6396
@ -22,6 +22,7 @@ for your database schema. No modifications required to your existing code (well,
|
|||||||
* Advanced search and filtering
|
* Advanced search and filtering
|
||||||
* Annotation-based customization
|
* Annotation-based customization
|
||||||
* Data export (CSV, XLSX)
|
* Data export (CSV, XLSX)
|
||||||
|
* SQL console to run custom queries
|
||||||
|
|
||||||
**Supported JPA annotations**
|
**Supported JPA annotations**
|
||||||
|
|
||||||
@ -76,9 +77,13 @@ dbadmin.modelsPackage=your.models.package,your.second.models.package
|
|||||||
## Whether to enable Spring Boot Database Admin
|
## Whether to enable Spring Boot Database Admin
|
||||||
# dbadmin.enabled=true
|
# dbadmin.enabled=true
|
||||||
#
|
#
|
||||||
|
#
|
||||||
## 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
|
||||||
```
|
```
|
||||||
|
|
||||||
Now annotate your `@SpringBootApplication` class containing the `main` method with the following:
|
Now annotate your `@SpringBootApplication` class containing the `main` method with the following:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user