#springboot #springboottutorial #databasemigration #spring
This video covers the concepts of connecting to the mariaDB and oracle databases using spring-boot. Configuring the application.properties and a new configuration classe are the two ways to configure the connections.
Once the connections are working, we go through the ways to create the tables and entries in them by hibernate and spring.
0:00 Introduction.
1:32 Code walkthrough with mariaDB
4:55 Test changes in swagger ui
6:30 Configure DB in java
8:12 Oracle DB configure
11:20 Configure DDL
13:50 Spring DDL and DML config for mariaDB and oracle