I am trying to obfuscate java spring project, but I am facing org.springframework.beans.factory.NoSuchBeanDefinitionException, regardless of the rule -dontobfuscate, I always face the this exception.
Is there any rule to work with spring projects ?
I have already tried different rules to keep the class or annotations but it does not work.