使用eclipse开发sprintboot项目application.properties不提示的处理方法

  • Post author:
  • Post category:其他


使用eclipse开发sprintboot项目application.properties不提示

文件上没有叶子

在这里插入图片描述

选中application.properties 右键,open width –>spring properties Editor

在这里插入图片描述

在这里插入图片描述

原因分析:使用的spring tools suite 3.9.2 ,一直可以使用,

安装了Jboss Tools 导致不能使用,属性文件以jboss properties Editor打开

处理方法二:

选中application.properties–>右键–>open with –>other–>

在这里插入图片描述

ok后,以后创建新项目的application.properties也可以正常使用



版权声明:本文为xie2hui原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。