feat: implement final Experience API

This commit is contained in:
2025-08-27 16:28:23 +02:00
parent ab40e9a497
commit 9f5306545e
22 changed files with 238 additions and 27 deletions

View File

@@ -11,6 +11,7 @@ spring:
properties:
hibernate.transaction.jta.platform: org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
hibernate:
dialect: org.hibernate.dialect.H2Dialect
format_sql: true
show-sql: true
@@ -37,7 +38,8 @@ spring:
on-profile: default
datasource:
url: jdbc:h2:mem:portfolio_db;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
url: jdbc:h2:file:./portfolio-db
driver-class-name: org.h2.Driver
username: sa
password: