|
楼主 |
发表于 2018-10-29 20:46:26
|
显示全部楼层
本帖最后由 dengfengpo 于 2018-10-29 20:54 编辑
fly1206 发表于 2018-10-29 16:52
maven settings文件 加下 阿里云镜像配置 再试试
clean没问题了;现在在maven install的时候,我自己加的功能代码部分报错,需要管吗
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project jeecg: Compilation failure: Compilation failure:
[ERROR] \workspace\jeecg\src\main\java\lw\controller\LwsyunitController.java:[10,16] 错误: 找不到符号
[ERROR] \workspace\jeecg\src\main\java\lw\controller\LwsyunitController.java:[10,16] 错误: 找不到符号
[ERROR] \workspace\jeecg\src\main\java\lw\controller\LwsyunitController.java:[98,26] 错误: 找不到符号
[ERROR] \workspace\jeecg\src\main\java\lw\controller\LwsyunitController.java:[134,27] 错误: 找不到符号
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluen ... ojoFailureException
|
|