diff --git a/SpringBootProject/src/main/resources/application.properties b/SpringBootProject/src/main/resources/application.properties index 0e56643..c4b074e 100644 --- a/SpringBootProject/src/main/resources/application.properties +++ b/SpringBootProject/src/main/resources/application.properties @@ -6,4 +6,5 @@ spring.sql.init.mode=always spring.sql.init.schema-locations=classpath:schema.sql spring.jackson.serialization.indent_output = true server.error.include-message=always -spring.jpa.open-in-view=false \ No newline at end of file +spring.jpa.open-in-view=false +spring.jackson.deserialization.FAIL_ON_UNKNOWN_PROPERTIES=true \ No newline at end of file