Can application.yml support the format of toml
Comment From: bclozel
I think this is quite similar to #3558. We're not keen on adding another configuration format at this time.
Defining your own PropertySourceLoader can enable this use case.
Thanks!