This repository was archived by the owner on May 31, 2022. It is now read-only.
This repository was archived by the owner on May 31, 2022. It is now read-only.
StackOverflowError: recursive proxy creates a stack overflow when creating a custom ClientDetailsService
component #832
Open
Description
please see https://github.com/joshlong/authscratch.
this example provides a custom ClientDetailsServcie
. Ive defined it twice, one using a @Bean
provider method, and again as a @Service
. the @Bean
works, but the @Service
doesnt. Comment out either @Service
or @Bean
to test.