发表于: 2017-11-08 23:15:21
1 750
今天完成的事情:
佳义的代码在我这里一直跑不起来,maven各种报错
Failed to create a Maven project: 'F:/academy-grapes/pom.xml' already exists in VFS
这个是第好几次打开新下的项目时候出现的错误,原因是之前的pom没删干净或者重复创建之类的问题,反正换个文件夹就没问题了
Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4 :install-file (default-cli) on project standalone-pom: The artifact information
还有一个类似这样的报错,jetty无法启动,找了半天没发现原因,后来莫名其妙就好了。。
Re-run Maven using the -X switch to enable full debug logging.
什么错误忘了,就记得底下有这么一句。解决了问题大概是maven仓库位置的问题,setting文件是直接考的里边有些东西要改一哈子
最后是跑通了,但分布式还有点问题,确实是看不懂配置文件啊
明天计划的事情:
最好本地能跑通,赶紧写接口了
评论