aboutsummaryrefslogtreecommitdiff
path: root/ufund-api
diff options
context:
space:
mode:
Diffstat (limited to 'ufund-api')
-rw-r--r--ufund-api/src/main/resources/application.properties10
1 files changed, 8 insertions, 2 deletions
diff --git a/ufund-api/src/main/resources/application.properties b/ufund-api/src/main/resources/application.properties
index 254ac64..a866f98 100644
--- a/ufund-api/src/main/resources/application.properties
+++ b/ufund-api/src/main/resources/application.properties
@@ -1,5 +1,11 @@
# rename to application.properties
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
+cupboard.file=data/cupboard.json
+users.file=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