Skip to content

Instantly share code, notes, and snippets.

@rohman
Created April 11, 2013 23:41
Show Gist options
  • Save rohman/5368117 to your computer and use it in GitHub Desktop.
Save rohman/5368117 to your computer and use it in GitHub Desktop.
Ulang Spring mvc Service
<?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.show_sql">true</property>
<property name="hibernate.hbm2ddl.auto">update</property>
<property name="hibernate.dialect">
org.hibernate.dialect.MySQL5InnoDBDialect
</property>
<mapping class="id.web.rohman.ulangspringservice.model.Tamu" />
</session-factory>
</hibernate-configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment