摘要:
问题:将本地的一个maven项目导入eclipse时,有的微服务的项目导入后,项目是文件夹的形式,运行时提示“editor does not contain a main type” 错误 现象如图: 原因分析: Java程序没有在被编译的路径下,导致eclipse不能编译该类。 解决方法: 1,网 阅读全文
摘要:
之前tomcat总是在重新启动项目的时候,提示如下错误 Several ports (8080, 8009) required by Tomcat v6.0 Server at localhost are already in use.The server may already be runnin 阅读全文