spring.datasource.url=jdbc:postgresql://localhost:5432/places spring.datasource.username=postgres spring.datasource.password=root spring.jpa.show-sql=true spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect spring.jpa.hibernate.ddl-auto= update
*Create a database with your custom configuration for username and password.
For further reference, please consider the following sections:
- Official Apache Maven documentation
- Spring Boot Maven Plugin Reference Guide
- Create an OCI image
- Spring Web
- Spring Data JPA
The following guides illustrate how to use some features concretely: