https://github.com/alexromanov/boot-testing-examples
Currency converter / formatter project for use case of Spring Boot testing
https://github.com/alexromanov/boot-testing-examples
spring-boot testing
Last synced: about 1 month ago
JSON representation
Currency converter / formatter project for use case of Spring Boot testing
- Host: GitHub
- URL: https://github.com/alexromanov/boot-testing-examples
- Owner: alexromanov
- Created: 2020-01-07T12:47:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T23:37:01.000Z (over 3 years ago)
- Last Synced: 2025-03-16T17:29:44.262Z (over 1 year ago)
- Topics: spring-boot, testing
- Language: Java
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boot Test Examples
Currency converter / formatter project for use case of Spring Boot testing techniques
One of the app functionality is formatting input values in the form of two sings after decimal points - XX.YY.
It has a UI part as well as a REST API part.
UI part takes an input:

and returns a result:

For API part the same functionality is implemented for an "/format" endpoint:

The result object is:
