AS
hibernate:
# dialect: org.hibernate.dialect.SQLServer2012Dialect
ddl-auto: none
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
properties:
hibernate:
format_sql: true
show_sql: true
use_sql_comments: true
# dialect: org.hibernate.dialect.SQLServer2012Dialect
show-sql: true