There's no reason the encrypotor needs to be in the bootstrap context so we can still support symmetric key encryption via /encrypt and /decrypt without requiring it to be configured there. With this change we just look for key properties in the current context and create an encryptor the same way the bootstrap listener does in spring-cloud-commons.