# springboot-jwt **Repository Path**: xibalama/springboot-jwt ## Basic Information - **Project Name**: springboot-jwt - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: redirect-update - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-22 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-jwt # 演示地址1:http://106.54.11.223:8100 账号密码:guest/123456 #修改历史 2025-08-19 签到功能优化 2025-11-13 网易云下载修复 2025-12-09 网易云音乐页面调整 2025-12-11 首页切换语言无感知 #环境依赖 redis nginx mysql(建议版本在8.0.27或以上) maven #环境运行步骤 1.新建数据库,库名为zhdd 2.导入本项目下数据库脚本db_init.sql 3.编辑nginx.conf文件,在下面追加本项目下的nginx-liunx.conf文件中的内容,若是windows环境,则追加nginx-window.conf文件中的内容 4.依次启动mysql、redis、nginx服务 5.启动本项目 6.浏览器访问 http://127.0.0.1:8100/home