A Konjac hibernate framework installation

——In the front, hey. When I installed it myself, Baidu's tutorials lacked arms and legs. . (It should be me, I need a more detailed tutorial.) So here is a tutorial that I think is more detailed

hibernate framework installation

hibernate jar package download

I'm too lazy to post an official website here, and the slower ones are not unless scientifically online.
Here directly share a downloaded one.
Link: https://pan.baidu.com/s/1i4DMx2DOeR_jMGxuIl0S-w

Extraction code: x4xv by the
way to commemorate pandownload

After downloading the zip archive, I found many jar files under lib\required (it's here, many tutorials are useless here, I can't find the jar package for a long time, and I suspected that I downloaded it wrong)
Insert picture description here
Insert picture description here

It's almost the path:
hibernate-release-5.4.14.Final.zip\hibernate-release-5.4.14.Final\lib\required
Copy them to WEB-INF\lib in your web directory. (You can also unzip it directly to this directory)
If you can't find the children's shoes in your web directory, it is recommended to search for everything software, you are welcome.
Then select these jar packages, Build Path->Add to Build Path:

hibernate tool

This is relatively simple, the same does not introduce the Eclipse Help download method, 8 Taihang.
Link: https://pan.baidu.com/s/15hWBQTyCN0NZwJaE6occHA

Extraction code: ol2z
directly shares a compressed package here. In fact, there is a txt file in the compressed package to introduce the installation method.
Here is to repeat it again: put the decompressed contents into the features and plugins directories of eclipse, and restart eclipse.

Guess you like

Origin blog.csdn.net/ylwhxht/article/details/105713544