chore: modularized persistence package (entity, repo, adapter)

This commit is contained in:
2025-08-25 21:25:53 +02:00
parent 1033c96d65
commit 5368425c1d
11 changed files with 29 additions and 24 deletions

View File

@@ -1,6 +1,9 @@
spring:
application:
name: portfolio-api
web:
resources:
add-mappings: false
jpa:
hibernate:
@@ -13,6 +16,8 @@ spring:
server:
port: 8080
servlet:
context-path: /api
---