# user-center-be **Repository Path**: old-tea-big/user-center-be ## Basic Information - **Project Name**: user-center-be - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-01 - **Last Updated**: 2024-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. Spring(依赖注入框架,帮助我们管理java对象,集成一些其它的内容) 2. SpringMVC web 框架,提供接口访问,restful接口等能力, 通过HTTP请求(如GET、POST、PUT、DELETE等)对资源进行操作,从而实现网络应用之间的简洁和高效通信。 3. MyBatis 就是操作数据库的框架,持久层框架,对 jdbc 的封装 4. MyBatis Plus(MP) 对MyBatis 的增强版,我们不用手动去写一些简单的增删改查了,自动生成sql代码 5. SpringBoot (不用写各种配置文件 *.xml,不用自己整合框架,不用自己管理spring配置,快速启动/快速集成) 开机键