From e475e37cbf670bb1af5b5414258b6dd5e281ce37 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Tue, 6 Oct 2020 22:21:50 +0300 Subject: [PATCH] Update development environment texts Signed-off-by: Pekka Helenius --- .../src/main/resources/templates/fragments/footerpart.html | 7 ++++--- .../src/main/resources/templates/fragments/loginout.html | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bookstore/src/main/resources/templates/fragments/footerpart.html b/bookstore/src/main/resources/templates/fragments/footerpart.html index 3e83ec0..ee51f54 100644 --- a/bookstore/src/main/resources/templates/fragments/footerpart.html +++ b/bookstore/src/main/resources/templates/fragments/footerpart.html @@ -11,9 +11,10 @@ target domain environment. Once fully implemented, footer relative URLs should w
-

- Dev note: This footer is fetched from an external URL and presented only for demonstration purposes. -

+
+

Dev note: This footer is fetched from an external URL and presented only for demonstration purposes.

+

Be aware: External URLs presented in the footer may be broken/relative to the original domain.

+
diff --git a/bookstore/src/main/resources/templates/fragments/loginout.html b/bookstore/src/main/resources/templates/fragments/loginout.html index 633dcd1..f3d2f93 100644 --- a/bookstore/src/main/resources/templates/fragments/loginout.html +++ b/bookstore/src/main/resources/templates/fragments/loginout.html @@ -99,7 +99,7 @@ h2consolepage = ${@environment.getProperty('spring.h2.console.path')} ** END: login elements ** */-->
- H2 database console (dev phase only) + H2 database console access