Merge remote-tracking branch 'origin/main' into feature/Implement-basic-search-function

This commit is contained in:
2026-06-23 20:33:57 +02:00
5 changed files with 41 additions and 28 deletions
@@ -1,9 +1,9 @@
spring:
datasource:
url : ${DB_TEST_URL}
url: ${DB_TEST_URL}
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
driver-class-name: ${PG_DRIVER_CLASS_NAME}
jpa:
hibernate:
ddl-auto: create-drop
ddl-auto: update