Spring Environment bean unable to supply properties value from standalone.xml of JBoss Wildfly for some or other requests
My Spring application is deployed in JBOSS wildfly server.
I have an Interceptor like below –
@Component
public class AuthenticatorInterceptor implements HandlerInterceptor,Serializable {