Skip to content

tugrankenger/remote-database-on-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remote-database-on-heroku

Remote database on heroku with spring boot

Go to https://elements.heroku.com/ for add a remote database and select ClearDB MySQL then click the Install ClearDB MySQL.

  • You will have a connection address like the one below:

Slayt1

  • Then you can set the application.properties file as follows:

mysql_application_properties

  • Next, open MySQL Workbench and add something:

mysql_insert_values

  • As a result, our application is working localhost and on heroku

localhost