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
Description
From a Hackaton with Quarkus suggestions and feedbacks:
User tried to set spring.jpa.show-sql was surprised it didn’t work.
Implementation ideas
My idea is create a @ConfigRoot and @ConfigGroup classes to load this property and map it to the current quarkus.hibernate-orm.log.sql. Anyway the new spring property would be named quarkus.spring.jpa.show-sql, we cannot escape to have quarkus in the name. WDYT @geoand ?
Description
From a Hackaton with Quarkus suggestions and feedbacks:
User tried to set spring.jpa.show-sql was surprised it didn’t work.
Implementation ideas
My idea is create a
@ConfigRoot
and@ConfigGroup
classes to load this property and map it to the currentquarkus.hibernate-orm.log.sql
. Anyway the new spring property would be namedquarkus.spring.jpa.show-sql
, we cannot escape to havequarkus
in the name. WDYT @geoand ?quarkusio#6192
The text was updated successfully, but these errors were encountered: