I'm trying to fetch configuration as a plain text as explained here: https://docs.spring.io/spring-cloud-config/docs/current/reference/html/#_serving_plain_text
But I can fetch only for .properties, .yml, .json. For other formats like .config, .text, .xml I'm getting 404.
How to resolve it?