More fixes
This commit is contained in:
parent
3fa67c43d6
commit
96cf1fe5ad
3 changed files with 39 additions and 12 deletions
|
|
@ -2,8 +2,11 @@
|
|||
# Activated with: mvn spring-boot:run -Dspring-boot.run.profiles=dev
|
||||
|
||||
spring:
|
||||
# Development datasource is handled by Testcontainers (see TestcontainersConfiguration)
|
||||
# No need to configure datasource here - it's automatically configured
|
||||
datasource:
|
||||
url: jdbc:postgresql://localhost:5432/fitpub
|
||||
username: fitpub
|
||||
password: change_me_in_production
|
||||
driver-class-name: org.postgresql.Driver
|
||||
|
||||
jpa:
|
||||
hibernate:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue