-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
use Spring 2.0.3 write an example #20
Comments
+1 I also can't get it to work :( |
+1 Same problem. Hibernate Search 5.7.x complains when search is performed. Switching to 5.8.x - not able to start that project. |
Which version of MySQL are you using? |
@muratia 8.0.15 |
Initially, the connection string must have all these parameters |
I have it like It works fine for 5.7.x when creating indexes but then it complains when does the search. I have found that 5.7.x is not compatible with SpringBoot 2.2 Hibernate ORM version so switched to 5.8.x but that will not start at all. |
Hello,
Nice work.
I want to know how to use integrate JPA in Spring Boot, using Hibernate as JPA implementation and MySQL as database in SpringBoot 2.0.3,can you write an example for it?
ps:it may have a great differences to use SpringBoot 2.0.3.
The text was updated successfully, but these errors were encountered: