In Spring Boot, the _____ property is used to set the URL of the database in data source configuration.

  • spring.data.db.url
  • spring.database.url
  • spring.datasource.url
  • spring.db.url
In Spring Boot, the property spring.datasource.url is used to set the URL of the database in data source configuration. This property is essential for establishing a connection to the database, and it should be configured with the correct database URL to ensure the application can interact with the database properly.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *