We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c37e5 commit 7ba49c5Copy full SHA for 7ba49c5
grpc-spring-boot-starter/src/main/java/org/lognet/springboot/grpc/security/GrpcSecurityConfiguration.java
@@ -44,7 +44,7 @@ public class GrpcSecurityConfiguration {
44
private GrpcSecurity grpcSecurity;
45
46
@Bean
47
- public BeanPostProcessor bypassMethodInterceptorForGrpcMethodInvocation(){
+ public static BeanPostProcessor bypassMethodInterceptorForGrpcMethodInvocation(){
48
return new BeanPostProcessor() {
49
@Override
50
public Object postProcessAfterInitialization(Object bean, String beanName) throws BeansException {
0 commit comments