# erp-api **Repository Path**: liuzhihao2002/erp-api ## Basic Information - **Project Name**: erp-api - **Description**: erp后端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-17 - **Last Updated**: 2025-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 遇到不太懂的知识点: ``` T get(Serializable id);序列化io ``` git提交 验证框架spring-boot-starter-validation 校验分组 ```java public interface Isave @NotEmpty(message = "客户名称不能为空",groups = {Isave.class, IUpdate.class}) String username; ``` 03 3:45 ### 问题 创建项目版本冲突 **mybatis与springboot2.7.18版本冲突** ```xml org.mybatis.spring.boot mybatis-spring-boot-starter 3.0.4 org.mybatis.spring.boot mybatis-spring-boot-starter 2.3.2 ```