From 283835f206be78a7f4300c43a45d74b84d1b7bae Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 6 Nov 2023 22:41:25 +0100 Subject: [PATCH] Minor fixes --- src/main/resources/templates/fragments/resources.html | 2 +- src/main/resources/templates/home.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/templates/fragments/resources.html b/src/main/resources/templates/fragments/resources.html index dcda67e..cd242e4 100644 --- a/src/main/resources/templates/fragments/resources.html +++ b/src/main/resources/templates/fragments/resources.html @@ -12,7 +12,7 @@ - + diff --git a/src/main/resources/templates/home.html b/src/main/resources/templates/home.html index 25affed..074d8e5 100644 --- a/src/main/resources/templates/home.html +++ b/src/main/resources/templates/home.html @@ -51,7 +51,7 @@ - + @@ -61,11 +61,11 @@
- No entities have been loaded from Java classes. +

No entities have been loaded from Java classes.

    -
  • Make sure you are initializing Spring Boot DB Admin Panel correctly and double check - that the package you have set in the CommandLineRunner is the correct one.
  • +
  • Make sure you are initializing Snap Admin correctly and double check + that the package you have set in your application.properties is correct.
  • Check that the Java classes in the package have been correctly marked with the @Entity annotation.