diff --git a/docs/index.html b/docs/index.html index 3d28cf3..7b858bf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,7 +14,6 @@ -
@@ -98,7 +97,7 @@<dependency>
<groupId>tech.ailef</groupId>
<artifactId>snap-admin</artifactId>
- <version>0.1.9</version>
+ <version>0.2.0</version>
</dependency>
@@ -109,7 +108,11 @@
Add the minimum required properties to your application.properties
file.
-# the root path of all SnapAdmin routes
+
+# SnapAdmin is not enabled by default
+snapadmin.enabled=true
+
+# the root path of all SnapAdmin routes
snapadmin.baseUrl=admin
# comma-separated list of packages to scan for @Entity classes