YNaMi

Go Back

Add DataSources in IntelliJ

Follow the steps given below from within IntelliJ:

setup-datasource.png

H2 DataSource Setup

Setup the H2 data source something like as shown below:

h2-datasource.png

You’ll be able to connect to the H2 data source once the spring boot application is up and running.

MySql DataSource Setup

Setup the MySql data source something like as shown below:

mysql-datasource.png

In order to be able to connect to the MySql data source, you need to have:

Go Back