# 温州生态流量小时图片数据上传 **Repository Path**: devwangrui/my-springboot-scaffold ## Basic Information - **Project Name**: 温州生态流量小时图片数据上传 - **Description**: 我的springboot脚手架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-28 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简要: ##用到的基础依赖和框架 * springboot2.4.1 * spring-boot-devtools热部署包 * fastjson json * fastjson druid数据库连接池 * mysql * lombok * spring-swagger2 * starter-aop 切面 * jwt 权限 可以用jwt来鉴定权限 * redis 使用redis做缓存管理(在pom.xml中已经被注掉,若需要使用,直接打开即可) * 数据库连接池 * restTemplate ### 使用者可直接清空controller,mappers,model,service,以及resources下的mapper包 换成自己想要的包 这里只是为了测试用