Skip to content

Commit 643040f

Browse files
committed
Fix: Hibernate-DB XML configuration
1 parent b2f92ff commit 643040f

27 files changed

Lines changed: 50 additions & 50 deletions

File tree

Chapter 05 Hibernate/HB-13-HibernateCompositeIdApp/src/hibernate.cfg.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
<session-factory>
88
<property name="hibernate.connection.driver_class">com.mysql.cj.jdbc.Driver</property>
9-
<property name="hibernate.connection.url">jdbc:mysql:///octbatch</property>
9+
<property name="hibernate.connection.url">jdbc:mysql:///ineuron</property>
1010
<property name="hibernate.connection.username">root</property>
11-
<property name="hibernate.connection.password">root123</property>
11+
<property name="hibernate.connection.password">root@123</property>
1212

1313
<!-- OPTIONAL PROPERTIES FOR HIBERNATE -->
1414

Chapter 05 Hibernate/HB-14-HibernateDateOperation/src/hibernate.cfg.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
<session-factory>
88
<property name="hibernate.connection.driver_class">com.mysql.cj.jdbc.Driver</property>
9-
<property name="hibernate.connection.url">jdbc:mysql:///student</property>
9+
<property name="hibernate.connection.url">jdbc:mysql:///ineuron</property>
1010
<property name="hibernate.connection.username">root</property>
11-
<property name="hibernate.connection.password">#F3v7911</property>
11+
<property name="hibernate.connection.password">root@123</property>
1212

1313
<!-- OPTIONAL PROPERTIES FOR HIBERNATE -->
1414

Chapter 05 Hibernate/HB-15-HibernateVersioningApp/bin/hibernate.cfg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<property name="hibernate.connection.driver_class">com.mysql.cj.jdbc.Driver</property>
99
<property name="hibernate.connection.url">jdbc:mysql:///ineuron</property>
1010
<property name="hibernate.connection.username">root</property>
11-
<property name="hibernate.connection.password">#F3v7911</property>
11+
<property name="hibernate.connection.password">root@123</property>
1212

1313
<!-- OPTIONAL PROPERTIES FOR HIBERNATE -->
1414

Chapter 05 Hibernate/HB-16-HibernateTimeStampingApp/src/hibernate.cfg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<property name="hibernate.connection.driver_class">com.mysql.cj.jdbc.Driver</property>
99
<property name="hibernate.connection.url">jdbc:mysql:///ineuron</property>
1010
<property name="hibernate.connection.username">root</property>
11-
<property name="hibernate.connection.password">#F3v7911</property>
11+
<property name="hibernate.connection.password">root@123</property>
1212

1313
<!-- OPTIONAL PROPERTIES FOR HIBERNATE -->
1414

Chapter 05 Hibernate/HB-17-HibernateCachingApp/src/hibernate.cfg.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
<session-factory>
88
<property name="hibernate.connection.driver_class">com.mysql.cj.jdbc.Driver</property>
9-
<property name="hibernate.connection.url">jdbc:mysql:///octbatch</property>
9+
<property name="hibernate.connection.url">jdbc:mysql:///ineuron</property>
1010
<property name="hibernate.connection.username">root</property>
11-
<property name="hibernate.connection.password">root123</property>
11+
<property name="hibernate.connection.password">root@123</property>
1212

1313
<!-- OPTIONAL PROPERTIES FOR HIBERNATE -->
1414

Chapter 05 Hibernate/HB-18-HibernateCaching-L2/src/hibernate.cfg.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
<session-factory>
88
<property name="hibernate.connection.driver_class">com.mysql.cj.jdbc.Driver</property>
9-
<property name="hibernate.connection.url">jdbc:mysql:///octbatch</property>
9+
<property name="hibernate.connection.url">jdbc:mysql:///ineuron</property>
1010
<property name="hibernate.connection.username">root</property>
11-
<property name="hibernate.connection.password">root123</property>
11+
<property name="hibernate.connection.password">root@123</property>
1212

1313
<!-- OPTIONAL PROPERTIES FOR HIBERNATE -->
1414

Chapter 05 Hibernate/HB-19-MergeOperationApp/src/hibernate.cfg.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
<session-factory>
88
<property name="hibernate.connection.driver_class">com.mysql.cj.jdbc.Driver</property>
9-
<property name="hibernate.connection.url">jdbc:mysql:///student</property>
9+
<property name="hibernate.connection.url">jdbc:mysql:///ineuron</property>
1010
<property name="hibernate.connection.username">root</property>
11-
<property name="hibernate.connection.password">#F3v7911</property>
11+
<property name="hibernate.connection.password">root@123</property>
1212

1313
<!-- OPTIONAL PROPERTIES FOR HIBERNATE -->
1414

Chapter 05 Hibernate/HB-21-InteractionwithMulitpleDB/src/in/ineuron/cfg/mysql-hibernate.cfg.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
<session-factory>
88
<property name="hibernate.connection.driver_class">com.mysql.cj.jdbc.Driver</property>
9-
<property name="hibernate.connection.url">jdbc:mysql:///student</property>
9+
<property name="hibernate.connection.url">jdbc:mysql:///ineuron</property>
1010
<property name="hibernate.connection.username">root</property>
11-
<property name="hibernate.connection.password">#F3v7911</property>
11+
<property name="hibernate.connection.password">root@123</property>
1212

1313
<!-- OPTIONAL PROPERTIES FOR HIBERNATE -->
1414

Chapter 05 Hibernate/HB-22-HibernateLobOperation/src/hibernate.cfg.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
<session-factory>
88
<property name="hibernate.connection.driver_class">com.mysql.cj.jdbc.Driver</property>
9-
<property name="hibernate.connection.url">jdbc:mysql:///octbatch</property>
9+
<property name="hibernate.connection.url">jdbc:mysql:///ineuron</property>
1010
<property name="hibernate.connection.username">root</property>
11-
<property name="hibernate.connection.password">root123</property>
11+
<property name="hibernate.connection.password">root@123</property>
1212

1313
<!-- OPTIONAL PROPERTIES FOR HIBERNATE -->
1414

Chapter 05 Hibernate/HB-23-HibernateOptimisticLocking/src/hibernate.cfg.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
<session-factory>
88
<property name="hibernate.connection.driver_class">com.mysql.cj.jdbc.Driver</property>
9-
<property name="hibernate.connection.url">jdbc:mysql:///octbatch</property>
9+
<property name="hibernate.connection.url">jdbc:mysql:///ineuron</property>
1010
<property name="hibernate.connection.username">root</property>
11-
<property name="hibernate.connection.password">root123</property>
11+
<property name="hibernate.connection.password">root@123</property>
1212

1313
<!-- OPTIONAL PROPERTIES FOR HIBERNATE -->
1414

0 commit comments

Comments
 (0)