Skip to main content

All Questions

Tagged with
3 votes
2 answers
4k views

How do I handle CORS in Spring Boot Oauth2 Resource Server with password grant

Details: I am using spring boot oauth2 resource server which is giving me CORS even after trying different approaches to filter this off. How do my code look ? Its a simple resource server with spring ...
Vikramjeet's user avatar
0 votes
1 answer
808 views

How to manage certificate, truststore and keystore key files in a Java project

I am accessing a database in the cloud. In their "How To" page, it is mentioned that you can put these ca.pem and service.key files in your local path. In my Spring boot project, in application ...
ErEcTuS's user avatar
  • 867