Maven compile gives: Cannot find symbol - For a class sitting in the same app

后端 未结 3 1177
耶瑟儿~
耶瑟儿~ 2021-02-20 14:13

It\'s a while since I met such puzzling issue. I\'m having a class that references another one sitting in another package in the same application, that is, NOT in another jar ar

3条回答
  •  醉梦人生
    2021-02-20 14:23

    try to add below line in pom.xml which i feel it is missing

     
          acceptance
          
            false
          
          
          src/test/java/com/thalasoft/learnintouch/rest/config
          
        
    

提交回复
热议问题