Configuration properties

The configprops endpoint provides information about configuration options that can be configured through application properties. It basically is a collated list of all @ConfigurationProperties. ;The following screenshot shows configprops in HAL Browser:

To illustrate a known example, the following section from the service response shows the configuration options available for Spring MVC:

"spring.mvc-  org.springframework.boot.autoconfigure.web.WebMvcProperties": {   "prefix": "spring.mvc",   "properties": {                   "dateFormat": null,                   "servlet": {                     "loadOnStartup": -1                  },   "staticPathPattern": "/**", "dispatchOptionsRequest": true, ...

Get Mastering Spring 5.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.