Renamed dbadmin references to snapadmin (#29)

This commit is contained in:
Francesco
2023-11-03 20:00:12 +01:00
parent e57bd8a220
commit e51f37595e
36 changed files with 137 additions and 146 deletions

View File

@@ -110,10 +110,10 @@
<p>Add the minimum required properties to your <code>application.properties</code> file.</p>
<pre>
<code class="language-properties"># the root path of all SnapAdmin routes
dbadmin.baseUrl=admin
snapadmin.baseUrl=admin
# comma-separated list of packages to scan for @Entity classes
dbadmin.modelsPackage=your.models.package
snapadmin.modelsPackage=your.models.package
</code>
</pre>
</div>