rohitghatol / spring-boot-microservices

Spring Boot Template for Micro services Architecture - Show cases how to use Zuul for API Gateway, Spring OAuth 2.0 as Auth Server, Multiple Resource (Web Services) Servers, Angular Web App, Eureka dor registration and Discover and Hystrix for circuit breaker
Apache License 2.0
1.77k stars 919 forks source link

zuul didn't refresh access_token #13

Closed keryhu closed 7 years ago

keryhu commented 7 years ago

HI,

your example is very good!

I met a problem----

when access_token expired, spring zuul proxy server couldn't access resource_server data , why?