There was an error while loading. Please reload this page.
1 parent 856a441 commit c1e16feCopy full SHA for c1e16fe
README.md
@@ -1,5 +1,5 @@
1
# hibernate-tutorial2
2
-Hibernate tutorial 2 : XML Mapping
+XML Mapping
3
* JavaSE 1.8
4
* Hibernate 5
5
* Maven 4
@@ -54,8 +54,8 @@ public class Product
54
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/persist_db</property>
55
<property name="hibernate.connection.username">root</property>
56
<property name="hibernate.connection.password">root</property>
57
- **<property name="show_sql">true</property>**
58
- **<mapping file="src/main/java/net/isetjb/hibernatetutorial2/Product.hbm.xml"/>**
+ <property name="show_sql">true</property>**
+ <mapping file="src/main/java/net/isetjb/hibernatetutorial2/Product.hbm.xml"/>
59
</session-factory>
60
</hibernate-configuration>
61
```
0 commit comments