diff --git a/README.md b/README.md index dbbfc7da1aeb56cc3cb3bb28b750233881aa1e4d..a575ba409df516572f8a9c86f2177f774208f847 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,26 @@ ## 个人运动管理平台 -> ### 技术栈 +### 后端技术栈 +> [项目地址](https://gitee.com/jaysony/java-sport) +1. *Springboot* -*Springboot* +2. *Jwt* -*Vue* +3. *Spring Security* -*Jwt* - -*Spring Security* - -*MySQL* - -*Redis* +4. *MySQL* +5. *Redis* +### 前端技术栈 +> [项目地址](https://gitee.com/jaysony/vue-sport) +1. *Vue* +2. *axios* +3. *VueX* +4. *Vue Router* docker 安装MySQL之后启动,解决客户端连接不上的问题,阿里云安全组开放3306端口 @@ -35,5 +38,3 @@ spring security使用步骤: 3. 无权限时返回策略 `com.jackson.config.security.handler.JwtAccessDeniedHandler` 4. 认证失败返回策略`com.jackson.config.security.handler.JwtAuthenticationEntryPoint` 5. 认证策略`com.jackson.config.security.handler.JwtAuthenticationFilter` - -##