Using Hibernate In Standalone App (without Spring) using MariaDB
So recently I need to set up a quick project to store the results of my crawler in a database. Previously, I would use JDBC for this job. However, with the recent knowledge of Hibernate, why don’t I give it a go? In this post, I’m going to show you how you can use Hibernate … Read more