wetech-cms
wetech-cms copied to clipboard
项目无法启动
在wetech-core 目录下执行 mvn jetty:run 无法正常启动
xxx:wetech-core master$ mvn jetty:run
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< tech.wetech:wetech-core >-----------------------
[INFO] Building wetech-core 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] >>> jetty-maven-plugin:9.4.0.v20161208:run (default-cli) > test-compile @ wetech-core >>>
[WARNING] The POM for tech.wetech:wetech-basic-hibernate:jar:0.0.1-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for tech.wetech:wetech-basic-common:jar:0.0.1-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.390 s
[INFO] Finished at: 2020-06-07T19:58:32+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project wetech-core: Could not resolve dependencies for project tech.wetech:wetech-core:jar:0.0.1-SNAPSHOT: The following artifacts could not be resolved: tech.wetech:wetech-basic-hibernate:jar:0.0.1-SNAPSHOT, tech.wetech:wetech-basic-common:jar:0.0.1-SNAPSHOT: Could not find artifact tech.wetech:wetech-basic-hibernate:jar:0.0.1-SNAPSHOT -> [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/confluence/display/MAVEN/DependencyResolutionException
在wetech-cms目录下执行mvn jetty:run
点击下面的链接
访问
http://localhost:8888/wetech-parent/wetech-core
和http://localhost:8888/wetech-parent/wetech-cms
都不能访问
在wetech-web目录输入: mvn jetty:run 项目访问路径:http://localhost:8888/wetech-web/
在wetech-web目录输入: mvn jetty:run 项目访问路径:http://localhost:8888/wetech-web/
在wetech-web目录输入: mvn jetty:run ,也无法启动,报错信息与上述一致