如何使用另一场战争中的类文件
2022-09-03 09:37:30
我们有两个不同的Web应用程序,我们希望将一场战争的几个控制器扩展到另一场战争中。
我们正在使用 maven 来构建项目。
为了包括战争,我们已经赋予了它的依赖性
<dependency>
<groupId>com.abc.exchange</groupId>
<artifactId>employer</artifactId>
<version>2.3.M2-SNAPSHOT</version>
<type>war</type>
<scope>compile</scope>
</dependency>
它无法构建给定类未找到异常。
任何身体可以帮助我如何实现这一目标吗?
我遇到错误专家构建失败:
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project agent-war: Compilation failure: Compilation failure:
[ERROR] \projects\trunk_new\agent\src\main\java\com\platform\agent\web\AgentEmployeeController.java:[22,41] cannot find symbol
[ERROR] symbol : class EmployeeController
[ERROR] location: package com..platform.employer.web