天啦,做分布式项目不是去看eurka、ribbon、dubbo那些东西,还跑过来研究maven,看到一半才意识到不是你学习对口的知识,然后还不忘记吐槽一下。看来同学你跟我一样菜啊!
2017-09-13
maven01加了junit依赖了,maven02的pom中如果加入maven01 建议就不需要再添加 junit依赖了,依赖越多越难维护,除非对版本有要求
2017-09-10
在命令窗口中输入mvn archetype:generate -DgroupId=imooc-lushaobin -DartifactId=spring-mvc-learning -DarchetypeArtifactId=maven-archetype-webapp 然后将项目导入开发工具
2017-09-10
最赞回答 / qq_qwertyuiop_4
<...code...>package com.imooc.maven01.model;public class HelloWorld{ public String sayHello(){ return "Hello World!"; }} 希望可以帮到你 !
2017-09-10