随笔 - 607,  文章 - 169,  评论 - 2,  阅读 - 21万
11 2020 档案
框架 Spring Boot 技术入门到整合 6-1 Springboot 整合freemarker
摘要:0 课程地址 https://www.imooc.com/video/16720 1 整合freemarker前置条件 1.1 pom.xml引入相关依赖 <!-- 引入 freemarker 模板依赖 --> <dependency> <groupId>org.springframework.bo 阅读全文
posted @ 2020-11-28 11:48 菜鸟乙 阅读(91) 评论(0) 推荐(0) 编辑
框架 Spring Boot 技术入门到整合 5-2 Springboot 资源文件配置server及tomcat
摘要:0 本节课程地址 https://www.imooc.com/video/16719 1 server配置及tomcat配置 1.1 server配置 ############################################################ # # Server 服务 阅读全文
posted @ 2020-11-21 15:45 菜鸟乙 阅读(278) 评论(0) 推荐(0) 编辑
框架 Spring Boot 技术入门到整合 5-1 Springboot 类读取配置文件
摘要:0 课程地址 https://www.imooc.com/video/16718/0 1 读取配置文件demo 1.1 引入依赖 <!-- 加载配置文件,引入依赖 --> <dependency> <groupId>org.springframework.boot</groupId> <artifa 阅读全文
posted @ 2020-11-21 14:22 菜鸟乙 阅读(81) 评论(0) 推荐(0) 编辑
框架 Spring Boot 技术入门到整合 4-1 Springboot 使用devtools进行热部署
摘要:0 课程地址 https://www.imooc.com/video/16717 1 idea热部署操作条件 1.1 什么是热部署 修改java类或页面或者静态文件,不需要手动重启 1.2 配置热部署(主要针对类的修改会重启) a pom.xml 引入devtools依赖 <!-- 热部署 --> 阅读全文
posted @ 2020-11-21 11:49 菜鸟乙 阅读(89) 评论(0) 推荐(0) 编辑
框架 Spring Boot 技术入门到整合 3-2 Jackson的基本演绎法
摘要:0 视频地址 0.1 jackson其他配置 https://www.cnblogs.com/1446358788-qq/p/14296102.html 1 课程内容 1.1 @JsonIgnoreProperties({"a","b"}) 类上加此注解,json中忽略相应元素,不上传 1.2 @J 阅读全文
posted @ 2020-11-15 11:51 菜鸟乙 阅读(116) 评论(0) 推荐(0) 编辑
框架 Spring Boot 技术入门到整合 3-1 Springboot 构造并返回一个json对象
摘要:0 课程地址 https://www.imooc.com/video/16786 1 返回json对象常见差异 返回json对象时,类上也要加@RequestMapping注解。 2 返回json对象demo 2.1 返回json对象 bean类: package com.example.demo. 阅读全文
posted @ 2020-11-15 10:22 菜鸟乙 阅读(194) 评论(0) 推荐(0) 编辑
框架 Spring Boot 技术入门到整合 2-2 使用Spring官方STS搭建Springboot工程
摘要:0 课程地址 https://www.imooc.com/video/16785/0 1 使用eclipse创建springboot项目 1.1 准备软件 eclipse版本 luna4.4 1.2 搭建springboot项目 file--》new --》other--》Spring starte 阅读全文
posted @ 2020-11-14 15:40 菜鸟乙 阅读(126) 评论(0) 推荐(0) 编辑
框架 Spring Boot 技术入门到整合 2-1 构建spring boot 第一个demo
摘要:0 课程地址 https://www.imooc.com/video/16713 1 使用Spring官网地址生成Springboot demo 1.1 找到下载页面 a 打开 https://start.spring.io/ b 配置好相应参数,引入web依赖 c generate d 下载后将其 阅读全文
posted @ 2020-11-14 10:55 菜鸟乙 阅读(98) 评论(0) 推荐(0) 编辑

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

点击右上角即可分享
微信分享提示