Skip to content

Commit c1e16fe

Browse files
committed
First commit
1 parent 856a441 commit c1e16fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# hibernate-tutorial2
2-
Hibernate tutorial 2 : XML Mapping
2+
XML Mapping
33
* JavaSE 1.8
44
* Hibernate 5
55
* Maven 4
@@ -54,8 +54,8 @@ public class Product
5454
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/persist_db</property>
5555
<property name="hibernate.connection.username">root</property>
5656
<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"/>**
57+
<property name="show_sql">true</property>**
58+
<mapping file="src/main/java/net/isetjb/hibernatetutorial2/Product.hbm.xml"/>
5959
</session-factory>
6060
</hibernate-configuration>
6161
```

0 commit comments

Comments
 (0)