15 lines
920 B
XML
15 lines
920 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE hibernate-configuration PUBLIC
|
|
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
|
|
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
|
|
<hibernate-configuration>
|
|
<session-factory>
|
|
<property name="hibernate.bytecode.use_reflection_optimizer">false</property>
|
|
<property name="hibernate.connection.driver_class">com.mysql.cj.jdbc.Driver</property>
|
|
<property name="hibernate.connection.url">jdbc:mysql://37.97.221.166:3306/psalmenweb?characterEncoding=utf8&useUnicode=true</property>
|
|
<property name="hibernate.connection.username">psalmenweb</property>
|
|
<property name="hibernate.connection.password">OhWSsRxCOM4pXiiQ</property>
|
|
<property name="hibernate.dialect">org.hibernate.dialect.MySQL8Dialect</property>
|
|
<property name="show_sql">true</property>
|
|
</session-factory>
|
|
</hibernate-configuration> |