一、项目初始化与基础配置 1.1 创建标准化项目结构 推荐使用Spring Initializr工具生成项目骨架,选择以下核心依赖: Spring Web (构建RESTful接口) MyBatis Framework (ORM框架) MySQL Driver (数据库连接) Lomb……