-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Full Stack Development with Spring Boot 3 and React
By :

In Chapter 3, Using JPA to Create and Access a Database, we are going to use MariaDB, so you will need to install it locally on your computer. MariaDB is a widely used open-source relational database. MariaDB is available for Windows, Linux, and macOS, and you can download the latest stable community server at https://mariadb.com/downloads/community/. MariaDB is developed under a GNU General Public License, version 2 (GPLv2) license.
The following steps guide you to install MariaDB:
Figure 1.14: MariaDB installation (step 1)
Figure 1.15: MariaDB installation (step 2)
Figure 1.16: MariaDB installation (step 3)
Figure 1.17: HeidiSQL
IMPORTANT NOTE
HeidiSQL is only available for Windows. If you are using Linux or macOS, you can use DBeaver (https://dbeaver.io/) instead.
We now have everything needed to start the implementation of the backend.