Skip to content

学习 SpringBoot 过程当中的一些代码示例,用于查漏补缺(复制粘贴)。

Notifications You must be signed in to change notification settings

YLongo/springboot-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

00
使用 Swagger 自动生成 API 接口文档

01
快速搭建起一个 SpringBoot 应用,以及相关单元测试。

02
单元测试
参数校验
自定义 Filter
自定义配置文件

03
使用 Spring Data JPA 操作数据库。

04
使用模板引擎 Thymeleaf

05
综合使用 JPA 和 Thymeleaf

06
使用 MyBatis 操作数据库:

  1. 使用 XML 配置文件的方式
  2. 使用注解的方式

07
MyBatis 结合 Druid 配置多数据源

08
SpringBoot 与 Redis 结合使用

09
SpringBoot 与 Redis 结合使用,实现数据缓存与 Session 共享。

10
使用 Spring Boot 发送邮件

11
使用 Spring Boot 集成单元测试

About

学习 SpringBoot 过程当中的一些代码示例,用于查漏补缺(复制粘贴)。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages