https://github.com/jiujuan/spring-boot-learning
学习SpringBoot2的一些程序Demo
https://github.com/jiujuan/spring-boot-learning
Last synced: 3 months ago
JSON representation
学习SpringBoot2的一些程序Demo
- Host: GitHub
- URL: https://github.com/jiujuan/spring-boot-learning
- Owner: jiujuan
- Created: 2020-08-29T15:43:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T10:00:10.000Z (3 months ago)
- Last Synced: 2025-02-25T11:19:16.164Z (3 months ago)
- Language: Java
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## spring-boot3 学习
> - SpringBoot 3.0.2
> - JDK 17- springboot-logback-demo
- springboot-jedis-demo## spring-boot2 学习
整理下学习SprintBoot2的程序Demo,以下为软件版本:- SpringBoot 2.3.3 RELEASE
- Spring 5.2.8 RELEASE
- JDK 1.8
目录:
- FirstDemo:用IDEA配置第一个SpringBoot项目的简单Demo
- chapter1-1:第一个例子 hello world
- chapter01-thymyleaf:thymyleaf 简单例子
- chapter02-config:配置属性
- chapter2-1:RESTful API 简单demo
- chapter3-mybatis-two:mybatis简单操作demo,注解和xml方式
- chapter03-pagination:Mapper 和 PageHelper实现简单分页
- chapter3-1:jdbcTemplate访问MySQL数据库
- chapter3-4:Spring Data JPA 访问MySQL
- chapter3-5:MyBatis访问MySQL,注解方式
- chapter04-redis-lettuce:lettuce访问redis
- chapter5-cache:java进程内缓存
- chapter5-ehcache:ehcache缓存
- chapter05-global-exception:全局异常处理
- chapter5-redis:redis缓存, 引入 spring-boot-starter-data-jpa ,注解方式
- chapter06-springmvc:Spring Boot+SpringMVC+MyBatis + Thymyleaf 开发一个简单列表和分页demo
- chapter07-mongodb:操作mongodb简单demo, MongoRepository 简单操作