Skip to content

Commit

Permalink
remove yml configuration for spring data rest
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Apr 15, 2024
1 parent f2d10d3 commit 90ec711
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions wls-broadcast-service/src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
spring:

# Spring data rest
data:
rest:
# Definition of page size for PagingAndSortingRepository
max-page-size: 0x7fffffff
default-page-size: 0x7fffffff
return-body-on-update: true
return-body-on-create: true

# Spring JPA
h2.console.enabled: true
jpa:
Expand Down

0 comments on commit 90ec711

Please sign in to comment.