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
Spring Boot detects the dialect to use based on the DataSource. Unfortunately, the defaults in framework are quite conservative and Hibernate is doing a good job at detecting the right dialect anyway.
As suggested in #15342 (comment) we should stop doing that upfront and let Hibernate do its thing.