Erfan Tavoosi
Erfan Tavoosi

Reputation: 419

Deploying SpringBoot with H2 DB to Heroku

I have relative simple question. If I choose to have a SpringBoot MVC application with an H2 Database as DBMS will I be possible to get it deployed at all to Heroku platform?

The reason I am asking this is because I know that there is no official support for a H2 Database plugin from Heroku, but may I still be able to run it and see basic Views ?

Have anyone tried this thing out and what are the consequences of such an action?

Very thankful for all feedback...

Upvotes: 3

Views: 909

Answers (1)

Erfan Tavoosi
Erfan Tavoosi

Reputation: 419

For the ones interested !

I just wanted to share with you guys that I just recently pushed a local git repository with a SpringBoot application and H2 Database setting to the Heroku cloud and when I tried to access my application online throughout a given URL to test my REST API endpoint it just seemed to work perfectly fine.

Upvotes: 2

Related Questions