Dependencies中的Export选项有什么作用?
伊谢尔伦2017-04-17 18:01:28
Libraries are the basic libraries of the project, not global. They generally import the package dependencies of this lib library into Dependencies. Then you can select the Scope of the specific package according to your project, such as Compile or Test, etc. It is recommended to use maven configuration to handle Libraries Dependencies.
For details, please refer to the IntelliJ IDEA documentation