Use org.hibernate.dialect.SQLServerDialect instead of deprecated org.hibernate.dialect.SQLServer2012Dialect
Prevents:
2024-11-05 16:04:30,354 WARN [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 81) HHH90000025: SQLServer2012Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2024-11-05 16:04:30,354 WARN [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 81) HHH90000026: SQLServer2012Dialect has been deprecated; use org.hibernate.dialect.SQLServerDialect instead
Use
org.hibernate.dialect.SQLServerDialect
instead of deprecatedorg.hibernate.dialect.SQLServer2012Dialect
Prevents:on startup.