The database is a very important thing when we are working on the production-grade application. The main role of a database is to store the data which we are using in the application.
In this video, we will add MySQL database to our application. Adding MySQL to spring boot is easy and can be done in four simple steps, which we will discuss in this video.
Points Covered :
1. Steps 1 adding dependencies for database
2. Adding database configuration
3. Starting database server (Mysql server)
3. Creating a database for application
Topics:
#database #Mysql #rdbms #springboot #springbootturial
Source Code:
https://github.com/Pithoracademy/Rest...
Steps to install MySQL:
Windows: https://dev.mysql.com/doc/mysql-insta...
Mac: https://dev.mysql.com/doc/mysql-insta...