IntelliJ not seeing resources folder

后端 未结 5 858
忘了有多久
忘了有多久 2021-02-13 15:04

I created a new Project from scratch in IntelliJ by using a Maven Module. I didn\'t select any specific archetypes and I clicked on finish. The project gets created

5条回答
  •  日久生厌
    2021-02-13 15:44

    Well the answer is quite simple ..!
    Just reference the file path in your source code as below:

    src\\main\\resources\\FileName

    & it should work as expected.

提交回复
热议问题