【发布时间】:2014-11-01 10:40:27
【问题描述】:
我正在使用spring-boot 自动配置进行数据库注入,并定义了属性:
spring.jpa.database=POSTGRESQL
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update
但是如何设置hibernate.format_sql=true? spring boot 不支持吗?
【问题讨论】:
标签: java spring spring-boot spring-data-jpa