# springBootJWTDemo **Repository Path**: itisyue/springBootJWTDemo ## Basic Information - **Project Name**: springBootJWTDemo - **Description**: sprintboot jwt 登陆验证 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springBootJWTDemo #### Description sprintboot jwt 登陆验证 #### Software Architecture Software architecture description #### Installation 1. xxxx 2. xxxx 3. xxxx #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Git push/pull 1. git remote add origin https://gitee.com/fangyue0611/springBootJWTDemo.git 2. pull origin master --allow-unrelated-histories 3. git pull origin master 4. git add . 5. git commit -m "jwt" 6. git push -u origin master 7. git rm -r --cached . 8. git add . 9. git commit -m "update .gitignore" 10. git push -u origin master