enisfr
This Spring Boot application is developed for simple foreign currency exchanges.
- Spring Boot 2.4.5
- H2
- JPA
- JUnit5
- Lombok
- ModelMapper
- Feign Client
- Springfox Swagger UI
http://localhost:8080/swagger-ui/
- docker pull enisfr/currency-exchange:latest
- docker run -it -p8080:8080 enisfr/currency-exchange:latest