diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-03 11:35:50 -0500 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-03 11:35:50 -0500 |
commit | 2bbb2af383b8612f5fde9ce49ac9b61c59ba144a (patch) | |
tree | 9ce07ce1ae332d338c9efe646c7641e92ffa4701 /ufund-api/src/main/resources/application.properties | |
parent | 02bf8018236e4d7000fdd49503a1bc119eb3eddd (diff) | |
download | JellySolutions-2bbb2af383b8612f5fde9ce49ac9b61c59ba144a.tar.gz JellySolutions-2bbb2af383b8612f5fde9ce49ac9b61c59ba144a.tar.bz2 JellySolutions-2bbb2af383b8612f5fde9ce49ac9b61c59ba144a.zip |
Update application.properties for CI
Diffstat (limited to 'ufund-api/src/main/resources/application.properties')
-rw-r--r-- | ufund-api/src/main/resources/application.properties | 10 |
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 |