自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 学习链接整理

前端ajax数据绑定  https://www.datatables.net/examples/ajax/

2017-09-18 18:09:48 300

原创 springboot-mybatis 配置详解

1.pom 添加 Mybatis 依赖 1 2 3 4 5 6 <!-- Spring Boot Mybatis 依赖 -->     org.mybatis.spring.boot/groupId>     mybatis-spring-boot-starter/artifactId>

2017-08-21 16:47:42 354

原创 Spring RESTful

注解详解: @RequestMapping 处理请求地址映射。 method – 指定请求的方法类型:POST/GET/DELETE/PUT 等 value – 指定实际的请求地址 consumes – 指定处理请求的提交内容类型,例如 Content-Type 头部设置application/json, text/html produces – 指定返回的内容类

2017-08-21 12:09:35 147

原创 @Controller和@RestController之间的区别

官方文档: @RestController is a stereotype annotation that combines @ResponseBody and @Controller. 意思是: @RestController注解相当于@ResponseBody + @Controller合在一起的作用。 1)如果只是使用@RestController注解Controller,则

2017-08-14 10:12:15 164

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除