Connect Spring Boot with MySQL
177 views
Nov 8, 2021
Lesson 17 | How To Configure An External Database (MySQL) - How to configure the Spring Boot application to use MySQL database. - How to keep using the H2 Database for integration testing while using an external database for production. 00:00 Create schema in MySQL server 00:35 MySQL connector dependency 00:55 application.properties file 02:38 Keep H2 database for integration testing