You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1235,7 +1235,7 @@ content into your application; rather pick only the properties that you need.
1235
1235
1236
1236
# ENDPOINTS CORS CONFIGURATION ({sc-spring-boot-actuator}/autoconfigure/endpoint/infrastructure/CorsEndpointProperties.{sc-ext}[CorsEndpointProperties])
1237
1237
management.endpoints.cors.allow-credentials= # Set whether credentials are supported. When not set, credentials are not supported.
1238
-
management.cors.allowed-headers= # Comma-separated list of headers to allow in a request. '*' allows all headers.
1238
+
management.endpoints.cors.allowed-headers= # Comma-separated list of headers to allow in a request. '*' allows all headers.
1239
1239
management.endpoints.cors.allowed-methods= # Comma-separated list of methods to allow. '*' allows all methods. When not set, defaults to GET.
1240
1240
management.endpoints.cors.allowed-origins= # Comma-separated list of origins to allow. '*' allows all origins. When not set, CORS support is disabled.
1241
1241
management.endpoints.cors.exposed-headers= # Comma-separated list of headers to include in a response.
0 commit comments