# springboot_hello_mongo
**Repository Path**: suhuo66/springboot_hello_mongo
## Basic Information
- **Project Name**: springboot_hello_mongo
- **Description**: SpringBoot的入门项目(使用MongoDB数据库)
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 2
- **Created**: 2018-05-25
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
本项目是SpringBoot的一个简单的入门项目,做了一个关于图书的CRUD操作
1. 使用MongoDB数据库
2. yml配置
3. SpringMVC
4. 全注解
5. undertow内嵌服务器
6. 页面使用Thymeleaf模板
Book相关的使用了Redis缓存,如果没装Redis,可以自行删除Redis相关的代码.
若只是想看看Hello的内容的话,直接访问HelloController的内容即可