问题:
When creating a new Java project in IntelliJ IDEA, the following directories and files are created: 在IntelliJ IDEA中创建新的Java项目时,将创建以下目录和文件:
./projectname.iml
./projectname.ipr
./projectname.iws
./src/
I want to configure IntelliJ IDEA to include my dependency JARs in ./lib/*.jar
to the project. 我想将IntelliJ IDEA配置为将我的依赖项JAR ./lib/*.jar
在项目的./lib/*.jar
中。 What is the correct way to achieve this in IntelliJ IDEA? 在IntelliJ IDEA中实现此目标的正确方法是什么?
解决方案:
参考一: https://stackoom.com/question/4PZw/将外部jar-lib-jar-添加到IntelliJ-IDEA项目的正确方法参考二: https://oldbug.net/q/4PZw/Correct-way-to-add-external-jars-lib-jar-to-an-IntelliJ-IDEA-project
来源:oschina
链接:https://my.oschina.net/stackoom/blog/4348001