wetech-cms icon indicating copy to clipboard operation
wetech-cms copied to clipboard

项目无法启动

Open thiscodecc opened this issue 4 years ago • 2 comments

在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 image 点击下面的链接 image

访问 http://localhost:8888/wetech-parent/wetech-corehttp://localhost:8888/wetech-parent/wetech-cms都不能访问

thiscodecc avatar Jun 07 '20 12:06 thiscodecc

在wetech-web目录输入: mvn jetty:run 项目访问路径:http://localhost:8888/wetech-web/

xzn1471 avatar Jul 09 '21 14:07 xzn1471

在wetech-web目录输入: mvn jetty:run 项目访问路径:http://localhost:8888/wetech-web/

在wetech-web目录输入: mvn jetty:run ,也无法启动,报错信息与上述一致

RexHarrr avatar Dec 15 '23 02:12 RexHarrr