# mailbox **Repository Path**: li-shoujia/mailbox ## Basic Information - **Project Name**: mailbox - **Description**: 大二下接手的一个帮助学校完成的校长信箱项目 校长信箱后端代码使用springboot+mybatis-plus+mysql完成 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-15 - **Last Updated**: 2023-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mailbox #### 介绍 校长信箱后端代码 使用springboot+springsecurity+mybatis-plus+mysql完成 #### 使用说明 1. 更改数据库代码 2. 进行打包 随后可部署至服务器运行 3. 接口地址 http://localhost:8082/mailbox/swagger-ui/index.html#/ #### 功能说明 1. 使用springSecurity进行鉴权 2. 各种功能的增删改查 3. 仿照Ruoyi的ip-region2写了一个获取ip的功能进行限制访问