报错求解: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
最新回答 / itachy
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-webflux</artifactId> <version>2.0.0.RELEASE</version></dependency>
2018-02-27
最赞回答 / 慕盖茨1187443
下载 &epedependency& &pIdgroupId&sprorg.springframework&upI/groupId&< &tIdartifactId&webspring-web&ctI/artifactId&;ve &;4.version&EAS4.3.14.RELEASE&t; /version&nde &y&g/dependency&并且引入
import org.spring...
2018-02-26