Disable quotes substitution in code sample
Issue: SPR-17167
This commit is contained in:
@@ -213,7 +213,7 @@ To configure the filter, you can declare a `CorsWebFilter` bean and pass a
|
|||||||
`CorsConfigurationSource` to its constructor:
|
`CorsConfigurationSource` to its constructor:
|
||||||
|
|
||||||
[source,java,indent=0]
|
[source,java,indent=0]
|
||||||
[subs="verbatim,quotes"]
|
[subs="verbatim"]
|
||||||
----
|
----
|
||||||
@Bean
|
@Bean
|
||||||
CorsWebFilter corsFilter() {
|
CorsWebFilter corsFilter() {
|
||||||
|
|||||||
@@ -254,7 +254,7 @@ To configure the filter pass a
|
|||||||
`CorsConfigurationSource` to its constructor:
|
`CorsConfigurationSource` to its constructor:
|
||||||
|
|
||||||
[source,java,indent=0]
|
[source,java,indent=0]
|
||||||
[subs="verbatim,quotes"]
|
[subs="verbatim"]
|
||||||
----
|
----
|
||||||
CorsConfiguration config = new CorsConfiguration();
|
CorsConfiguration config = new CorsConfiguration();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user