search

Home  >  Q&A  >  body text

java - idea Project Structure中的Dependencies与Libraries区别是什么?

Dependencies中的Export选项有什么作用?

黄舟黄舟2803 days ago812

reply all(1)I'll reply

  • 伊谢尔伦

    伊谢尔伦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

    reply
    0
  • Cancelreply