https://github.com/oeljeklaus-you/springboot-demo
一个简单的SpringBootDemo基于SpringBoot2.0.3搭建
https://github.com/oeljeklaus-you/springboot-demo
spring-data-jpa springboot springboot-redis springboot-webapplication springbootdemo springbootlearning
Last synced: 3 months ago
JSON representation
一个简单的SpringBootDemo基于SpringBoot2.0.3搭建
- Host: GitHub
- URL: https://github.com/oeljeklaus-you/springboot-demo
- Owner: oeljeklaus-you
- License: apache-2.0
- Created: 2018-07-04T06:55:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-08T10:26:46.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T06:31:36.202Z (5 months ago)
- Topics: spring-data-jpa, springboot, springboot-redis, springboot-webapplication, springbootdemo, springbootlearning
- Language: Java
- Size: 120 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpringBoot-Demo
一个SpringBootDemo工程,主要是基于SpringBoot2.0.3
## 主要的功能
### 数据持久化MySQL数据库
主要集成Hibernate,一个简单的User类测试
### 配置Redis数据库
配置Redis,主要配置了RedisTample
### 文件上传
文件上传,用于文件的上传以及异常处理
### 基于MVC模型
层次划分
### 自定义拦截器
主要用于检查登录的拦截器,以后可以模仿写其他拦截器
### 增加thymeleaf简单用例
增加了简单的thymeleaf用例
## 以后会陆续更新