Entities
SnapAdmin is not protected
It appears that you have not enabled security so SnapAdmin is publicly accessible. Please refer to the documentation to learn how to protect SnapAdmin with Spring Security.
[[ ${package} ]]
Table | Rows | Java class | ||
---|---|---|---|---|
No entities have been loaded from Java classes.
- 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.