D:\>mvn archetype:generate -DinteractiveMode=false -DgroupId=com.sl -DartifactId
=test -Dversion=1.0.1
=test -Dversion=1.0.1
2018-03-11
讲的很好,很详细,感谢小马哥。
不过maven的标准读音确实是 英[ˈmeɪvn] 美[ˈmevən],而不是ma ven
不过maven的标准读音确实是 英[ˈmeɪvn] 美[ˈmevən],而不是ma ven
2018-03-11
报错求解:Failure to find org.springframework.boot:spring-boot-starter-parent:pom:2.0.0.RC2 in http://maven.aliyun.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus-aliyun has elapsed or updates are force
2018-03-02
Failure to find org.springframework.boot:spring-boot-starter-parent:pom:2.0.0.RC2 in http://maven.aliyun.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus-aliyun has elapsed or updates are forced
2018-03-02
post传递requestbody比较好吧。
还有就是可以考虑使用RESTful风格的接口定义,例如@PostMapping("/person")表示创建用户 @DeleteMapping("/person")表示删除用户
还有就是可以考虑使用RESTful风格的接口定义,例如@PostMapping("/person")表示创建用户 @DeleteMapping("/person")表示删除用户
2018-03-01