Spring Cloud Gateway Global Cors
Recently I am working on a new project using spring cloud to build a microservices architecture application. Because the frontend (vue.js app) needs to talk to the backend rest services, so we need to enable cors headers at the api gateway. The offi...
kenhu.hashnode.dev