Skip to content

Latest commit

 

History

History
37 lines (17 loc) · 2.49 KB

File metadata and controls

37 lines (17 loc) · 2.49 KB

PersonalRecord

一、常用软件的配置与安装

  1. STS常用配置

  2. Git日常使用

  3. MySql安装

二、SpringBootSamples SpringBoot开发常用技术整合

Samples 描述 备注
springboot_base 构建springboot工程、封装统一返回结果集
springboot_resourcefile springboot资源文件的读取
springboot_freemarker springboot整合freemarker模板引擎
springboot_thymeleaf springboot整合thymeleaf模板引擎
springboot_exception springboot全局异常处理
springboot_mybatis springboot整合mybatis
springboot_redis springboot整合redis缓存,封装redis操作工具类
springboot_task springboot整合定时任务、异步任务
springboot_iterceptors springboot拦截器的使用