# springboot **Repository Path**: dongbingya/springboot ## Basic Information - **Project Name**: springboot - **Description**: 这里是springboot demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 25 - **Forks**: 8 - **Created**: 2021-05-25 - **Last Updated**: 2024-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java, SpringBoot ## README # springboot #### 介绍 这是自己平时练习的一些小demo, 希望能够帮到大家。 发送QQ邮件的demo中有@SneakyThrows(Exception.class)这个注解就相当于省去了再方法后面throws异常或者是try catch了 简化代码,使代码看上去更简洁。 springboot整合druid druid是数据库连接池 在pom文件中添加druid的依赖,然后再yml文件中添加相关配置,http://127.0.0.1:8080/druid/api.html访问这个网址, 账号和密码就 是在yml中配置的,页面是展示该项目的url访问等相关的信息 springboot整合Redis 可以用docker拉取redis镜像 端口要和yml文件中的一致 2021.0723 新增mybatis @Select @Update注解练习,这里需要注意 mapper接口中要使用@Mapper注解 用@Repository注解会报错 @Mapper为Mybatis的注解 @Repositpry为Spring的注解 springboot mybatis-plus vue elementui 简单分页 这只是简单的一个demo,vue项目需要 cnpm install 2021.0926 SpringSecurityDemo 项目原文地址 https://blog.csdn.net/weixin_43461520/article/details/107941983 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)