Suvrat1629 commented on issue #1879:
URL: https://github.com/apache/shiro/issues/1879#issuecomment-2614211766

   Ok that makes sense, I am trying to come up with a standalone project but it 
is getting too difficult for me because of the various dependencies which i am 
not generally used to.
   
   ```java
   @Configuration
   public class MultipleBeansConfig {
   
       @Bean(name = "primaryHandlerMapping")
       public RequestMappingHandlerMapping primaryHandlerMapping() {
           return new RequestMappingHandlerMapping();
       }
   
       @Bean(name = "secondaryHandlerMapping")
       public RequestMappingHandlerMapping secondaryHandlerMapping() {
           return new RequestMappingHandlerMapping();
       }
   }
   ```
   
   this is the simple code I came up. Is there anyone who can help me out with 
this on how i should approach further? I have already opened a pr with the 
changes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to