Adding resources in IntelliJ for Maven project

后端 未结 7 1310
走了就别回头了
走了就别回头了 2020-11-28 07:36

I have a project structure like this:

src
 |-main
    |-java
       |-com.abc.xyz
          |-Login.java

I have to add a resource file to t

7条回答
  •  感动是毒
    2020-11-28 08:12

    Follow these two steps

    1) Create a directory

    Right Click ==> New ==> Directory

    2) Mark Directory as Resources Root

    Right Click on the Direcory ==> Mark Directory as ==> Resources Root

提交回复
热议问题