Spring ORM || Spring with Hibernate|| Spring ORM part-2

Опубликовано: 03 Ноябрь 2024
на канале: Ranko Junction
61
4

In hibernate framework, we provide all the database information hibernate.cfg.xml file.
But if we are going to integrate the hibernate application with spring, we don't need to create the hibernate.cfg.xml file. We can provide all the information in the config.xml file.