2018/6/12笔记 Java后台框架篇--Spring与Restful风格API接口开发:

本周目标:用Spring和tomcat实现restful接口

SpringMVC是什么?

https://www.cnblogs.com/fupeng/p/6789038.html

开发时我是服务器。平台请求我的URL,将该URL映射到一个方法(class)上,这样平台POST来的数据我的url点的方法就会接受处理。

Spring版本各jar宝下载

https://blog.csdn.net/qq_37486501/article/details/79517815

基于SpringMVC的restful api实现:

https://blog.csdn.net/zhijinzhong/article/details/54644872

Spirng官方写rest webservice的指导:

https://spring.io/guides/gs/rest-service/

https://spring.io/guides/tutorials/react-and-spring-data-rest/

扫描二维码关注公众号,回复: 2456498 查看本文章

Java后台框架篇--Spring与Restful风格API接口开发:

https://blog.csdn.net/hello_worldee/article/details/78141993

一个基于Spring Boot & MyBatis的种子项目,用于快速构建中小型API、RESTful API项目~:

https://github.com/lihengming/spring-boot-api-project-seed

猜你喜欢

转载自blog.csdn.net/jdk1129/article/details/80662397