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