# note-springboot **Repository Path**: haohaoxuexio/note-springboot ## Basic Information - **Project Name**: note-springboot - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-21 - **Last Updated**: 2022-05-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 2022.4.29毕设 云笔记后端项目 地址:https://gitee.com/haohaoxuexio/note-springboot 1. 项目描述 为前端提供接口,保存用户信息,存储文章,进行分类查找等。 2. 技术点 JWT技术 (JWT+Redis) threadLocal使用了保存用户信息,请求的线程之内,可以随之获取登录的用户,做了线程隔离, 在使用完ThreadLocal之后,做了Value删除,防止了内存泄漏。 线程安全:update table set value= newVale where id= 1 and value = oldValue Hadoop3的使用:把所需的文件,图片存储在hdfs上