springboot 如何解决yml没有spring的小叶子标志问题

如何解决yml没有spring小叶子标志

我的idea springboot项目中有两个.yml文件,一个application.yml,一个log4j2.yml,但是只有application.yml显示的是树叶图标,如下所示

springboot 如何解决yml没有spring的小叶子标志问题_第1张图片

springboot 如何解决yml没有spring的小叶子标志问题_第2张图片

做如下配置后ok,ctrl+shift+alt+s进入如下界面

springboot 如何解决yml没有spring的小叶子标志问题_第3张图片

springboot 如何解决yml没有spring的小叶子标志问题_第4张图片

按照上图操作后一路确认回去,log4j2.yml最终将显示spring的树叶图标!如下图所示

springboot 如何解决yml没有spring的小叶子标志问题_第5张图片

yml文件没有小叶子的另一种原因

application.yml识别为txt的问题

起因

在创建yml文件时没有写yml后缀,idea自动弹出文件类型选项,然后想也没想就随手写了个.yml 

springboot 如何解决yml没有spring的小叶子标志问题_第6张图片

本以为这样就完事大吉,这是这样的操作会使得idea认为拥有application.yml这个名字都是txt文件,然后就到网上找贴子,搜索词条如下:

  • 为什么yml的小叶子木有了?
  • 为什么yml不是绿色

大部分给出的解答都是去moudle里面进行修改,但是我这里的问题应该要在setting里面进行修改如下

springboot 如何解决yml没有spring的小叶子标志问题_第7张图片

将这个application.yml移除即可

以上为个人经验,希望能给大家一个参考,也希望大家多多支持脚本之家。

你可能感兴趣的:(springboot 如何解决yml没有spring的小叶子标志问题)