Follow the steps given below from within IntelliJ
:
Database
interface+
Data Source
Setup the H2
data source something like as shown below:
You’ll be able to connect to the H2
data source once the spring boot application is up and running.
Setup the MySql
data source something like as shown below:
In order to be able to connect to the MySql
data source, you need to have:
MySql
installed and running on some systemsMySql
running in some docker container