Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cf6e564

Browse files
+ fixes
1 parent 3e237f6 commit cf6e564

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

‎README.md‎

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
- To view the entire page on phone click on **View all of README.md**
44
- Best viewed on PC
55

6-
## Navigation
7-
- [Hibernate FAQs](#hibernate-faqs)
8-
- [Spring FAQs](#spring-faqs)
6+
-[Instructions](#Instructions)
7+
- [Hibernate FAQs](#Hibernate-FAQs)
8+
- [Spring FAQs](#Spring-FAQs)
99

1010

1111
* * *
@@ -14,10 +14,10 @@
1414

1515
1. __`hibernate.cfg.xml` file__<br>
1616
`hibernate.cfg.xml` file is used to configure various properties for Hibernate framework
17-
- `connection.driver_class`
18-
- `connection.url`
19-
- `connection.username`, `connection.password`
20-
- `dialect`
17+
- `connection.driver_class` ➜ The JDBC driver class
18+
- `connection.url` ➜ JDBC connection String
19+
- `connection.username`, `connection.password` ➜ Username and Password for DB
20+
- `dialect` This property makes Hibernate generate the appropriate SQL for the chosen database
2121
- `show_sql` ➜ used to show the generated SQL on console
2222
- `hbm2ddl.auto` ➜ creates the table automatically
2323
- create
@@ -384,8 +384,5 @@
384384

385385

386386

387-
388-
389-
390-
391-
### Working on more content! Check soon (of course before exam)
387+
<p align="center">Made with ❤ by <a href="https://abhinavsharma.dev/">Abhinav Sharma</a>]</p>
388+
<p align="center">Keep updating the page! More content maybe up!</p>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /