Implement library management endpoint (authenticated)

This commit is contained in:
Simon Grimme
2022-07-25 15:00:51 +02:00
parent 206272b50b
commit 6b25fc3548
14 changed files with 241 additions and 29 deletions
@@ -0,0 +1,14 @@
server:
error.include-stacktrace: never
spring:
mvc:
async.request-timeout: -1
jackson.default-property-inclusion: non_null
jpa:
database-platform: org.hibernate.dialect.H2Dialect
hibernate.ddl-auto: update
open-in-view: true
properties:
hibernate:
event.merge.entity_copy_observer: allow