-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐞Solución de errores y ⚙️Ajustes en la funcionalidad
🐞Solución de errores - Cambios en ApiUtil y Quote para un body correcto de Quote - Cambios en Obj RestTemplate con un ObjMapper diferente para obtener un body correcto ⚙️Ajustes en la funcionalidad - Cambios en test unitarios: DolarServiceTest, OtherCurrenciesServiceTest y QuoteServiceTest - Cambios en test de integración: IntegrationControllerQuoteTest, IntegrationDollarControllerTest y IntegrationOtherCurrenciesControllerTest - Se agregaron perfiles para la config de spring: prod- dev- test - Pequeño cambio en los endpoints, se agregro "v1"
- Loading branch information
1 parent
52f9272
commit fd954ed
Showing
24 changed files
with
574 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
src/main/java/com/app/ExchangeRates/mapper/FinnHubApi/QuoteMapper.java
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
src/main/java/com/app/ExchangeRates/model/DolarApi/MoneyDTO.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
src/main/java/com/app/ExchangeRates/model/FinnHub/QuoteDTO.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.