问题描述
在项目中,idea新建yml文件不显示小绿叶图标
1、解决办法一
找到下图设置:file -> settings -> Plugins
查看spring boot插件是非已安装(按照下图步骤查看)
2、解决办法二
ctrl+alt+s,去File Types查看yml后缀名
3、解决办法3
在项目中,idea新建yml文件显示的不是小绿叶图标,是下面这个
在pom文件添加依赖
<parent>
<groupId>org.example</groupId>
<artifactId>springboot-nacos-dubbo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>