Chr*_*311 9 types pom.xml maven
有什么区别
<dependency>
<groupId>groupId</groupId>
<artifactId>artifactId</artifactId>
<type>ejb</type>
</dependency>
Run Code Online (Sandbox Code Playgroud)
和
<dependency>
<groupId>groupId</groupId>
<artifactId>artifactId</artifactId>
</dependency>
Run Code Online (Sandbox Code Playgroud)
提示:默认类型是jar.
<type>ejb</type>artifactId当您的工件具有 EJB 并且您想要使用它们时,需要使用它们。如果您的模块中不需要 EJB,<type>jar</type>则可以选择。
| 归档时间: |
|
| 查看次数: |
4266 次 |
| 最近记录: |