9 lines
341 B
Markdown
Raw Normal View History

2020-08-09 18:46:32 +01:00
This is a demo application for using YAML configuration for defining values in a POJO class.
The application has an endpoint to provide T-shirt size conversion for label and countrycode.
If you run this service locally you can call this endpoint on:
`localhost:8080/convertSize?label=M&countryCode=fr`
It should return the size as int.