|
发表于 2016-11-11 16:35:14
|
显示全部楼层
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jeecg 3.6.5
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> tomcat-maven-plugin:1.1:run (default-cli) > compile @ jeecg >>>
[WARNING] The POM for org.jeecgframework:codegenerate:jar:3.6.1-20160919.020334-2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jeecg ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 37 resources
[INFO] Copying 260 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ jeecg ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< tomcat-maven-plugin:1.1:run (default-cli) < compile @ jeecg <<<
[INFO]
[INFO] --- tomcat-maven-plugin:1.1:run (default-cli) @ jeecg ---
[INFO] Skipping non-war project
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.284 s
[INFO] Finished at: 2016-11-11T14:37:12+08:00
[INFO] Final Memory: 11M/27M
[INFO] ------------------------------------------------------------------------
运行结果,出现和你一样的问题: http://localhost:8080/jeecg无法访问?
求解决方案 |
|