Posts by raonicoelho • 121 points
2 posts
-
1
votes3
answers1018
viewsA: Serialize XML for REST API with Correct Accent
If you will return JSON at endpoint /lancings/test (although it is void), there is an @Requestmapping attribute which is "produces": @RequestMapping(value = "/lancamentos/teste",…
-
1
votes1
answer129
viewsA: Spring Security Oauth2 Plugin with Json Tokens
Yes, it does. By default it already returns a JSON. In some newer versions of Spring Oauth2 it requires you to set a return pattern in Spring. Much depends on the Spring Framework and Spring…