# springboot
**Repository Path**: king-teama/springboot
## Basic Information
- **Project Name**: springboot
- **Description**: springboot例子
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 3
- **Created**: 2021-09-14
- **Last Updated**: 2023-01-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 学习springboot中的一些东西创建的项目
## [springboot整合jpa](jpa)
[SpringBoot整合Spring Data JPA访问MySQL](https://blog.csdn.net/qq_44737094/article/details/119351179)
[SpringBoot整合Spring Data JPA--进阶](https://blog.csdn.net/qq_44737094/article/details/120251959)
## [springboot整合mybatis](mybatis)
[SpringBoot整合mybatis(使用注解)](https://blog.csdn.net/qq_44737094/article/details/119063750)
[SpringBoot整合mybatis(使用xml)](mybatis_xml)
## [springboot整合mybatis-plus](mybatis_plus)
[SpringBoot整合mybatis-plus--入门超详细](https://blog.csdn.net/qq_44737094/article/details/119922979)
[SpringBoot整合mybatis-plus--进阶](https://blog.csdn.net/qq_44737094/article/details/120004420)
## [springboot 小项目 demo](other)
[springboot 实现长链接转短链接](other/src/main/java/com/king/other/short_link)
[springboot 实现长链接转短链接](https://blog.csdn.net/qq_44737094/article/details/120385258)
[SpringBoot 生成接口文档](other/src/main/java/com/king/other/short_link)
[SpringBoot 生成美观的接口文档](https://blog.csdn.net/qq_44737094/article/details/120693603)
[SpringBoot 使用表单或者vue实现文件上传](https://blog.csdn.net/qq_44737094/article/details/122792932)
[SpringBoot整合MongoDB并去掉_class字段](https://blog.csdn.net/qq_44737094/article/details/122903542)