# cloudService **Repository Path**: big--boss/cloudService ## Basic Information - **Project Name**: cloudService - **Description**: 2020年合肥工业大学软件学院Java实训项目——云客服系统后端Backend - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 3 - **Created**: 2020-06-22 - **Last Updated**: 2024-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cloudService > 2020年合肥工业大学Java实训项目云客服后端 > > [![Java SE](https://img.shields.io/badge/JavaSE-1.8-blue.svg?style=flat-square)](https://www.oracle.com/java/technologies/javase-downloads.html) > [![MyBatis](https://img.shields.io/badge/MyBatis-2.1.3-blue.svg?style=flat-square)](https://github.com/mybatis) > [![SpringBoot](https://img.shields.io/badge/SpringBoot-2.3.1-blue.svg?style=flat-square)](https://spring.io/) > [![Shiro](https://img.shields.io/badge/Shiro-1.5.3-blue.svg?style=flat-square)]( https://shiro.apache.org/ ) > [![JBCrypt](https://img.shields.io/badge/JBCrypt-0.3-blue.svg?style=flat-square)](https://www.mindrot.org/projects/jBCrypt/) > > 技术栈: > > - [Java SE]( https://www.oracle.com/java/technologies/javase-downloads.html ) > - [MyBatis]( https://github.com/mybatis ) > - [Spring Boot]( https://spring.io/ ) > - [Shiro]( https://shiro.apache.org/ ) > - [jBCrypt]( https://www.mindrot.org/projects/jBCrypt/ ) > > 开发者: > > - 软件18-1班 @孙东东 QQ:2763570837 > - 软件18-1班 @杨翰林 > - 软件18-1班 @刘经诚 > - 软件18-4班 @吴泽霖 **几点说明**: - 秉持着开源至上的精神,本次实训我将后端源码分享给大家,旨在帮助那些后端基础薄弱的小组 - 希望有意使用我们源码的小组同学遵循开源的相关约定,在验收的时候希望能够说明一下源码的引用出处 - 以上这点非常重要!!!如果违背开源精神只会打击想要开源的人 - 实训后期阶段我们会不定期的更新代码,本文档也会随着项目的进行不断更新,如遇问题请同学们私我`QQ:2763570837` - 目前本项目已经实现控制层CURD操作 - [后端API文档](https://88888-ccs-system.doc.coding.io/) - [前端地址]( https://gitee.com/big--boss/cloudServiceFrontend ) # 项目效果图 ### 1. 实体类 entity ### 2. Mapper接口 mapper ### 3. 业务层接口 Iservice ### 4. 业务处理类 service ### 5. 控制层 controller ### 6. Mapper配置文件 MapperXML ### 7. 自定义异常类 exception ### 8. 自定义配置类 config ## 等待完善 ...