When I was learning springboot, I encountered the following problems: After the idea is imported into the project, the yml file is not recognized.Each time file type is configured, there is still no icon for springboot.When the IDEA is opened again, the yml file is still not recognized. The filetype configured previously is invalid and needs to be configured again.
Note:
- Clone from Github
- has tried many times, still no springboot icon appears
- Yml file cannot be added to the project structure. When you want to add yml file, it displays :"no configuration files matching pattern 'application' found ".
How should I solve this problem?