Relative Content

Tag Archive for javadatabasedockerhibernatespring-mvc

Making database work with a Dockerized Java Spring application

I would like to run my containerized Java Spring application which runs completely fine on my machine (of course, lol).
I have a problem with the JPA database connection.
What stumps me is that this also happens all the same when using just the H2 in-memory database.
Here is the error in the Docker container:

Making database work with a Dockerized Java Spring application

I would like to run my containerized Java Spring application which runs completely fine on my machine (of course, lol).
I have a problem with the JPA database connection.
What stumps me is that this also happens all the same when using just the H2 in-memory database.
Here is the error in the Docker container: