From c1ec3425b5b1b51116ec93b0710894a86ff7af75 Mon Sep 17 00:00:00 2001 From: Francesco Date: Tue, 7 Nov 2023 22:52:09 +0100 Subject: [PATCH] Adapted instructions for next release --- docs/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 @@

2. Configure SnapAdmin

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