Spring boot katharsis APIs with OAuth2 Configuration not working

125 Views Asked by At

We implemented most of the APIs using katharsis library using spring boot project and all APIs were working successfully, but after we added spring OAuth2 configuration to the project the APIs are not working any more and always return 404. Please notice that the spring controller works fine but the katharsis resources not.

1

There are 1 best solutions below

0
On BEST ANSWER

Updated : I removed Accept:application/json from header and it works.