chore: modularized persistence package (entity, repo, adapter)
This commit is contained in:
@@ -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
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user