aboutsummaryrefslogtreecommitdiff
path: root/ufund-api
diff options
context:
space:
mode:
Diffstat (limited to 'ufund-api')
-rw-r--r--ufund-api/src/main/resources/application.properties8
1 files changed, 7 insertions, 1 deletions
diff --git a/ufund-api/src/main/resources/application.properties b/ufund-api/src/main/resources/application.properties
index 254ac64..fa5d084 100644
--- a/ufund-api/src/main/resources/application.properties
+++ b/ufund-api/src/main/resources/application.properties
@@ -2,4 +2,10 @@
server.error.include-message=always
cupboard.file=ufund-api/data/cupboard.json
-users.file=ufund-api/data/users.json \ No newline at end of file
+users.file=ufund-api/data/users.json
+
+spring.jackson.mapper.auto-detect-getters=false
+spring.jackson.mapper.auto-detect-setters=false
+spring.jackson.mapper.auto-detect-is-getters=false
+spring.jackson.mapper.auto-detect-creators=false
+spring.jackson.mapper.auto-detect-fields=false \ No newline at end of file