Misfit4007
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Misfit4007 created a post, AnsweredHow to Prevent 'Could Not Autowire' Errors for Dynamically Registered Beans in IntelliJ?
I am trying to use a custom marker annotation to dynamically register beans, similar to @FeignClient, without using @Bean or @Component. Instead of registering individual classes one by one, I load...