What does this symbol mean in IntelliJ? (red circle on bottom-left corner of file name, with 'J' in it)

后端 未结 19 1137
栀梦
栀梦 2020-11-29 18:52

Under the target folder in IntelliJ for a Java project I created, I have a few java source files in the package. Beside each file the \'J\' icon has a red circle with a lin

19条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 19:27

    If it is a maven project

    1. right click on the pom.xml
    2. Add As Maven Project

    Thanks

提交回复
热议问题