diff options
author | benal01 <bja4245@rit.edu> | 2025-04-03 08:08:08 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-04-03 08:08:08 -0400 |
commit | 8cdf84ae4a6765db8f462cc71e2685c1d3514f08 (patch) | |
tree | c967ff6cc8c9efc443ce134f117e0f858b43ab2f | |
parent | 2f67d2218b48937a370c5562eff5141b80475524 (diff) | |
download | JellySolutions-8cdf84ae4a6765db8f462cc71e2685c1d3514f08.tar.gz JellySolutions-8cdf84ae4a6765db8f462cc71e2685c1d3514f08.tar.bz2 JellySolutions-8cdf84ae4a6765db8f462cc71e2685c1d3514f08.zip |
re-adding resources folder
-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 |