diff options
-rw-r--r-- | ufund-api/src/main/resources/application.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ufund-api/src/main/resources/application.properties b/ufund-api/src/main/resources/application.properties new file mode 100644 index 0000000..c742063 --- /dev/null +++ b/ufund-api/src/main/resources/application.properties @@ -0,0 +1,11 @@ +server.error.include-message=always + +cupboard.file=data/cupboard.json +users.file=data/users.json +authKeys.file=data/userAuths.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 |