You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experimenting with SQL Commenter for Java (using version 2.0.1). We're using Spring Boot 2.7.0 and Hibernate (the version that ships with spring boot) and I've followed the instructions here. I.e. I've added:
Hi,
I'm experimenting with SQL Commenter for Java (using version 2.0.1). We're using Spring Boot 2.7.0 and Hibernate (the version that ships with spring boot) and I've followed the instructions here. I.e. I've added:
and added
to our Hibernate configuration.
Then I've started MySQL (5.6) in Docker and enabled logging:
If I run
SHOW VARIABLES LIKE "general_log%";
I see this:When I log into the container and tail the log I see a lot SQL queries but I don't see any comments that I expect to see with sql-commenter.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: