how to add external jar to maven webapp project

后端 未结 7 792
清歌不尽
清歌不尽 2020-12-31 12:26

I have a Spring roo project (basically a maven project). I want to add dropbox sdk to the project, problem is it\'s not in maven. I added the following files



        
7条回答
  •  执笔经年
    2020-12-31 13:12

    The best way to resolve this issue is to add these local jar files to WEB-INF/lib folder. You will find all these jars packaged in your final war file then.

提交回复
热议问题