yml properties file not recognized despite recognized file types entry
Answered
When i start my spring boot application the properties in my application.yml are not recognized, despite the fact, that the registered patterns for YAML in the Recongnized file types are
*.yaml and *.yml
when i just change the name of the file to application.yaml instead application.yml it works perfectly fine.
Does anybody know what i can do to make this work with yml?
i am using the ultimate edition 2017.1.5 trial version
Please sign in to leave a comment.
Please see https://stackoverflow.com/a/45005273/104891.
thx for the hint, but i think its already configured correctly or am i wrong? (see screenshot) but the configuration is not read from the application.yml file. when i change it to application.yaml it works fine
Please use https://www.jetbrains.com/idea/nextversion/.
thx