Add documentation for usage within integration-tests and MockMvc
Would it be possible to explain the usage of this starter within an IntegrationTest classes, using MockMvc ? I have tried using ResourceConverterWrapper (by Autowiring it) to map an object to send as json api to the controller layer, but it doesn't work. So for now, I am using directly the ResourceConverter to do this, which I find is a bit annoying.
Edited by Pierre CHRISTIN