Added another repository method + test

This commit is contained in:
BuildTools
2020-11-26 13:58:27 +01:00
parent 0130fb77e1
commit 2545a0e682
4 changed files with 35 additions and 10 deletions

View File

@ -7,5 +7,6 @@ spring.jpa.open-in-view=true
spring.jpa.hibernate.ddl-auto=create-drop
spring.jackson.serialization.fail-on-empty-beans=false
spring.main.allow-bean-definition-overriding=true
spring.jackson.default-property-inclusion = NON_NULL
server.port=1285