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
The SpringApplication class will automatically support YAML as an alternative to properties whenever you have the SnakeYAML library on your classpath.
[Note]
If you use ‘Starters’ SnakeYAML will be automatically provided via spring-boot-starter.
The application keeps looking for application.properties and ignoring the .yml file.
I need to downgrade to 1.4.0.RELEASE or adding the dependency snakeyaml 1.16