-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@EntityScan(basePackageClasses = {Jsr310JpaConverters.class}) #7
Comments
monxarat
changed the title
Not a managed type: class example.database.entry.User
@EntityScan(basePackageClasses = {Jsr310JpaConverters.class})
Nov 25, 2018
I have solved. Because I forgot to add Can't cast String to |
When I have performed signin, the bellow error has occurred.
DaoAuthenticationProvider.java:89
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @callicoder
When I add config
@EntityScan(basePackageClasses = {Jsr310JpaConverters.class})
toApplication
class.and add method
init()
. The bellow error has occurred. And not started Tomcat.The text was updated successfully, but these errors were encountered: