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
Hi,
On running auth server its not persisting the client in DB but users are getting persist, how to persist the client info also in DB.
public void configure(ClientDetailsServiceConfigurer clients) throws Exception {
} Please suggest Thanks