发表于: 2016-10-11 10:16:36
2 2365
今天完成的事情:
在崔明阳同学的带领下,开始接触草船云项目.
①先是看原型图,看下整体的布局,基本分为前台和后台,前台包括登录注册部分,草船云服务和第三方服务部分,后台包括用户列表、公司列表等等,然后是开始对着文档看代码,代码分为
总的部分graship,还有后端:graship-admin-web,前端:graship-home-web,还有服务层graship-home-service
②通过navicat连接服务器的数据库,打开数据库graship,就可以看到这个数据库里所有的表,当然操作还是用命令行。
③通过XShell连接服务器,在不需要的情况一般是不对服务器进行操作。
总的来说刚开始接触项目感觉比较难,所以需要更努力地跟上,抱好老崔的大腿
明天计划的事情:继续看代码和接口
问题:项目从崔那里拷过来maven -- update project之后,maven clean成功,然后maven install,报错:
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project graship-home-core: Execution default-compile of goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile failed: A required class was missing while executing org.apache.maven.plugins:maven-compiler-plugin:3.1:compile: org/codehaus/plexus/compiler/util/scan/mapping/SuffixMapping
[ERROR] -----------------------------------------------------
[ERROR] realm = plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[ERROR] urls[0] = file:/C:/Users/icanplay/.m2/repository/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
[ERROR] urls[1] = file:/C:/Users/icanplay/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
百度查了一下,说是插件版本的问题,需要在pom.xml里配置,后面配了之后发现在Pom里以及配好了,但是依然报错,老崔怀疑是仓库问题,然后把他的仓库copy覆盖,无效,问题尚未解决。
收获:感觉项目很有挑战性,继续努力吧
评论