Ask Your Question
4

Where does my Springboot application load its database from?

asked 2021-08-08 11:00:00 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-01-17 02:00:00 +0000

plato gravatar image

It depends on the configuration of your Springboot application. By default, if you are using the H2 database, it will load the data from an in-memory database. You can also configure your application to load the data from a local or remote database such as MySQL, PostgreSQL, MongoDB, or Cassandra. This is typically done by setting the appropriate configuration properties in the application.properties or application.yml file. The specific configuration required will depend on the database you are using.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-08-08 11:00:00 +0000

Seen: 17 times

Last updated: Jan 17 '23