java - idea Project Structure中的Dependencies与Libraries区别是什么?
黄舟
黄舟 2017-04-17 17:59:28
0
1
788

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

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(1)
伊谢尔伦

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!