mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-09 05:48:20 +00:00
Updated docs after implementation of #3
This commit is contained in:
parent
1d66169a43
commit
6852080e32
@ -52,7 +52,8 @@ dbadmin.enabled=true
|
|||||||
# The first-level part of the URL path: http://localhost:8080/${baseUrl}/
|
# The first-level part of the URL path: http://localhost:8080/${baseUrl}/
|
||||||
dbadmin.baseUrl=admin
|
dbadmin.baseUrl=admin
|
||||||
|
|
||||||
# The package that contains your @Entity classes
|
# The package(s) that contain your @Entity classes
|
||||||
|
# accepts multiple comma separated values
|
||||||
dbadmin.modelsPackage=put.your.models.package.here
|
dbadmin.modelsPackage=put.your.models.package.here
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -91,8 +91,9 @@
|
|||||||
<code class="language-properties"># The first-level part of the URL path: http://localhost:8080/${baseUrl}/
|
<code class="language-properties"># The first-level part of the URL path: http://localhost:8080/${baseUrl}/
|
||||||
dbadmin.baseUrl=admin
|
dbadmin.baseUrl=admin
|
||||||
|
|
||||||
# The package that contains your @Entity classes
|
# The package(s) that contain your @Entity classes
|
||||||
dbadmin.modelsPackage=your.models.package
|
# accepts multiple comma separated values
|
||||||
|
dbadmin.modelsPackage=your.models.package,your.second.models.package
|
||||||
|
|
||||||
# OPTIONAL PARAMETERS
|
# OPTIONAL PARAMETERS
|
||||||
# Whether to enable to web interface
|
# Whether to enable to web interface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user