java - idea中<orderEntry>文件作用是什么?
天蓬老师
天蓬老师 2017-04-18 10:18:41
0
1
1060

<orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-actuator:1.3.1.RELEASE" level="project" />
    <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:1.3.1.RELEASE" level="project" />
    <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:1.3.1.RELEASE" level="project" />
    <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:1.3.1.RELEASE" level="project" />
    <orderEntry type="library" scope="RUNTIME" name="Maven: org.yaml:snakeyaml:1.16" level="project" />
    <orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-actuator:1.3.1.RELEASE" level="project" />

在idea中,有如上配置文件,在project.iml配置文件中,请问上述配置文件有什么作用?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(1)
刘奇

Visual inspection shows various dependencies
Does orderEntry mean there is an order?
Although you can see this file, you probably don’t need to understand or modify it

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template