摘要: 1.在pom.xml中引入 <!-- mybatis基于springboot支持 --><dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactI 阅读全文
posted @ 2019-12-23 11:14 达秋风 阅读(523) 评论(0) 推荐(0)
摘要: @Controller注解可以配合视图解析器(InternalResourceViewResolver)返回到 jsp、Html 页面;如果要返回JSON、XML或者自定义格式数据则需要添加注解@ResponseBody。 @RestController相当于@ResponseBody + @Con 阅读全文
posted @ 2019-12-11 10:56 达秋风 阅读(656) 评论(0) 推荐(0)
摘要: 慕课网:http://www.imooc.com/article/24862菜鸟:https://www.runoob.com/java/java8-streams.htmlfilter():对元素进行过滤map():将流的元素映射成另一个类型distinct():去除流中重复的元素sorted() 阅读全文
posted @ 2019-12-06 16:24 达秋风 阅读(506) 评论(0) 推荐(0)