Access denied for user ‘David’@’localhost’ (using password: YES)
My spring boot project is using the wrong user to attempt to connect to my MySQL DB
It should be using ‘root’ but it’s using my name instead
Hibernate 5.3.3 limitation in clause after upgrade
i just upgrade from hibernate 5.2 to 5.3 but i have a problem in my queries, i have multiple queries that have multiple params in the in clause which cause a stackoverflow error with this lines repeated, do someone know how to resolve this problem ?
Caused by: java.lang.StackOverflowError: null
at org.hibernate.internal.util.StringHelper.replace(StringHelper.java:128)