I almost never blog, but I will attempt once more. Hopefully I will make it a habit.
I have recently created a sample project to demonstrate how simple and cool it is to write REST APIs using Spring Boot. Also, how to test it with integration tests that runs as fast as unit tests using REST Assured.
This is going to be a series of samples, each focused in showcasing one aspect of the framework or technique.
The first one is camp_rest_assured, which demonstrate how to integrate Spring Boot with REST Assured library, with an extra bonus of showing a technique that I created using a custom converter service to do request validation using custom messages collected from representation beans annotated with JSR-303 validations.
Checkout the sampler project here:
https://github.com/phavelar/boot-camper
I will be adding detailed explanations soon. Stay Tuned!
No comments:
Post a Comment