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