diff --git a/src/main/resources/hibernate.cfg.xml b/src/main/resources/hibernate.cfg.xml new file mode 100644 index 0000000..87a193b --- /dev/null +++ b/src/main/resources/hibernate.cfg.xml @@ -0,0 +1,51 @@ + + + + + + com.microsoft.sqlserver.jdbc.SQLServerDriver + jdbc:sqlserver://152.136.182.168:1433;\ + databaseName=Elm;\ + encrypt=true;\ + trustServerCertificate=true;\ + loginTimeout=30; + + myh + 20231103#MS_Sql + + org.hibernate.dialect.SQLServerDialect + + + + true + + true + + update + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file