Explanation:
“Compilation Package Path” refers to the path of the jar, war packages generated after the project is compiled by Maven.
Example 1: The compilation packages are in the target directory under the root directory
- The jar package generated by compiling the project myJavaProject is in the target directory under the root directory of the project.
- Therefore, the
Compilation Package Path
should be filled with: [target/myJavaProject-1.0-SNAPSHOT.jar] .
Example 2: The compilation packages are in the target directory of apollo-adminservice under the root directory
- The jar package generated by compiling the project apollo is in the target directory of apollo-adminservice under the root directory of the project.
- Therefore, the
Compilation Package Path
should be filled with: [apollo-adminservice/target/apollo-adminservice-1.8.0-SNAPSHOT.jar].
作者:chering 创建时间:2024-12-18 14:24
最后编辑:chering 更新时间:2025-01-17 09:02
最后编辑:chering 更新时间:2025-01-17 09:02