上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 61 下一页
  2020年12月22日
摘要: 见上节,已经实现该功能 阅读全文
posted @ 2020-12-22 06:53 菜鸟乙 阅读(55) 评论(0) 推荐(0) 编辑
  2020年12月20日
摘要: 0 课程地址: https://www.imooc.com/video/16788 1 重要知识点: 1.1 mybatis常用注解: @MapperScan mybatis扫描Mapper路径,用于springboot 启动类 @ComponentScan 扫描 所需要的包,包含自用的工具类包所在 阅读全文
posted @ 2020-12-20 21:59 菜鸟乙 阅读(131) 评论(0) 推荐(0) 编辑
  2020年12月12日
摘要: 0 课程地址 https://www.imooc.com/video/16726/0 1 本节概要 使用generatorConfig生成mapper 以及pojo 2 demo 2.1 demo(执行方式为:执行GeneratorDisplay的main方法) pom.xml(引入相关依赖) <! 阅读全文
posted @ 2020-12-12 15:15 菜鸟乙 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 0 课程地址 https://www.imooc.com/video/16725 1 课程demo 1.1 课程demo(前两节的一个整合) ErrorHandler.java package com.example.demo.exception; import com.example.demo.t 阅读全文
posted @ 2020-12-12 10:58 菜鸟乙 阅读(80) 评论(0) 推荐(0) 编辑
  2020年12月11日
摘要: 0 课程地址 https://www.imooc.com/video/16724/0 1 demo 1.1 demo ErrorHandler.java package com.example.demo.exception; import com.example.demo.tools.JSONRes 阅读全文
posted @ 2020-12-11 07:34 菜鸟乙 阅读(159) 评论(0) 推荐(0) 编辑
  2020年12月6日
摘要: 0 课程地址 https://www.imooc.com/video/16723/0 1 本节介绍 发生异常不在界面显示500,404等业务人员看不明白的错误,转化为易读懂的方式。 2 异常捕获demo 2.1 异常捕获demo ErrorHandler.java 控制层 package com.e 阅读全文
posted @ 2020-12-06 14:42 菜鸟乙 阅读(108) 评论(0) 推荐(0) 编辑
  2020年12月5日
摘要: 0 课程地址 https://www.imooc.com/video/16722/0 1 常用标签demo(注意可以F12查看html的源码进行对照) 1.1 基本使用方式 见上节 1.2 对象引用方式 时间格式转换 a 对象的两种引用方式 b 日期如何转换格式 test.html <!-- 魏豆豆 阅读全文
posted @ 2020-12-05 15:56 菜鸟乙 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 0 课程网址 https://www.imooc.com/video/16721 1 配置文件 1.1 pom.xml 引入依赖 <!-- 引入 thymeleaf 模板依赖 --> <dependency> <groupId>org.springframework.boot</groupId> < 阅读全文
posted @ 2020-12-05 11:53 菜鸟乙 阅读(116) 评论(0) 推荐(0) 编辑
  2020年11月28日
摘要: 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 菜鸟乙 阅读(89) 评论(0) 推荐(0) 编辑
  2020年11月21日
摘要: 0 本节课程地址 https://www.imooc.com/video/16719 1 server配置及tomcat配置 1.1 server配置 ############################################################ # # Server 服务 阅读全文
posted @ 2020-11-21 15:45 菜鸟乙 阅读(277) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 61 下一页