Skip to content

Commit 3a9c2b7

Browse files
committed
Refactor: Update configurations & namings
1 parent 7e76d56 commit 3a9c2b7

75 files changed

Lines changed: 5764 additions & 132 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Chapter 04 JSP & JSTL/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.metadata/

Chapter 05 Hibernate/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.metadata/

Chapter 05 Hibernate/HB-13-HibernateCompositeIdApp/bin/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/bin/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">root@123</property>
11+
<property name="hibernate.connection.password">#F3v7911</property>
1212

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

Chapter 05 Hibernate/HB-16-HibernateTimeStampingApp/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-17-HibernateCachingApp/bin/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/bin/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/bin/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/bin/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

0 commit comments

Comments
 (0)