Spring Framework is really great when it comes to i18n. It applies different strategies to get user’s locale from request. In this post we’ll show how apply that!
Continue reading Spring Locale from Requestrest
Problem: How to test Spring Rest Controller?
Continue reading Spring Rest Controller TestingProblem: How to create simple Spring Boot REST service with HATEOAS support? It’s very simple with spring-boot-hateoas project.
Continue reading Spring Boot REST HATEOAS