How to create a src/main/resources directory?

后端 未结 10 1072
夕颜
夕颜 2020-12-14 18:57

All my classes were working fine. Then I wanted to create main/resources to add logback.xml in main/resources in my project

I

10条回答
  •  鱼传尺愫
    2020-12-14 19:14

    Right Click your project -> Build Path -> New Source Folder and Type the name of the the resource folder you want to create like ----->src/main/resources or src/test/resources ..it will create a new resource folder

提交回复
热议问题