Implementation of the user port for JPA processing.

This commit is contained in:
Florian THIERRY
2023-11-30 17:54:01 +01:00
parent cb07b71a88
commit 2bb46499bc
11 changed files with 183 additions and 3 deletions

View File

@@ -11,4 +11,11 @@ server:
error:
whitelabel:
enabled: false # Disable html error responses.
include-stacktrace: never
include-stacktrace: never
spring:
datasource:
driverClassName: org.postgresql.Driver
url: jdbc:postgresql://localhost:50001/sportshub_db
username: sportshub_user
password: password