Skip to content

Instantly share code, notes, and snippets.

View bayraktugrul's full-sized avatar

Tuğrul Bayrak bayraktugrul

View GitHub Profile
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory>
<!-- JDBC Database connection settings -->
<property name="connection.driver_class">com.mysql.cj.jdbc.Driver</property>
<property name="connection.url">jdbc:mysql://localhost:3306/hibernate-yazilari?useSSL=false</property>
<property name="connection.username">root</property>