Sunday 10 March 2019

Spring Boot 2 and custom JsonSerializer

I was migrating recently to the new Spring Boot version 2. And most annoying thing was that PageImpl (component used for pagination)  changed format. Also I had some issues with Mockito 2, but all of them could be solved read here.