Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected the expression and provided a YAML example #2733

Closed
wants to merge 1 commit into from

Conversation

trajano
Copy link
Contributor

@trajano trajano commented Sep 26, 2022

No description provided.

@@ -926,9 +926,23 @@ This filter takes an optional `keyResolver` parameter and parameters specific to

`keyResolver` is a bean that implements the `KeyResolver` interface.
In configuration, reference the bean by name using SpEL.
`#{@myKeyResolver}` is a SpEL expression that references a bean named `myKeyResolver`.
`@myKeyResolver` is a SpEL expression that references a bean named `myKeyResolver`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#{ } is what gateway uses to recognize spel from configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants