More fixes

This commit is contained in:
Tim Zöller 2025-11-29 22:00:35 +01:00
parent 3fa67c43d6
commit 96cf1fe5ad
3 changed files with 39 additions and 12 deletions

View file

@ -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: