# 海宁生活通 **Repository Path**: window-git/hainingtong ## Basic Information - **Project Name**: 海宁生活通 - **Description**: 海宁生活通 后端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2022-12-10 - **Last Updated**: 2022-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 开发进度 ### 框架搭建 **[表结构和字段](./tables.md)** #### 2021年7月12日 1. 搭建多模块 2. 整合mybatis,Slf4j,Swagger3 * 网上的大多是swagger2 ,swagger3的访问地址不一样,是[http://127.0.0.1:8080/swagger-ui/index.html](http://127.0.0.1:8080/swagger-ui/index.html) 3. 在core中添加用户实体类和mapper文件 1. 整合druid连接池 * 访问监控地址 [http://localhost:8080/druid/index.html](http://localhost:8080/druid/index.html) #### 2021年7月13日 ~ 2021年7月15日(3天) 1. 整合shiro实现用户注册登录和权限管理接口 [shiro整合文档](./shiro.md) 1. 整合jwt和bcrypt加密 #### 2021年7月16日 1. 实现微信登录 #### 2021年7月17日 1. 搭建后台前端界面 vue-element-admin #### 2021年7月18日 1. 实现用户、角色、权限的增删改查 1. 实现用户登录注册和权限控制 ### 常见问题 [问题总结](question.md)