diff --git a/README.md b/README.md index f360495..b9cbfb7 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,8 @@ dbadmin.enabled=true # The first-level part of the URL path: http://localhost:8080/${baseUrl}/ 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 ``` diff --git a/docs/index.html b/docs/index.html index ec4bda5..fbb389a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -91,8 +91,9 @@ # The first-level part of the URL path: http://localhost:8080/${baseUrl}/ dbadmin.baseUrl=admin -# The package that contains your @Entity classes -dbadmin.modelsPackage=your.models.package +# The package(s) that contain your @Entity classes +# accepts multiple comma separated values +dbadmin.modelsPackage=your.models.package,your.second.models.package # OPTIONAL PARAMETERS # Whether to enable to web interface