# tlias-web-management_2013_p1 **Repository Path**: xiaoyuwifi/tlias-web-management_2013_p1 ## Basic Information - **Project Name**: tlias-web-management_2013_p1 - **Description**: tlias智能学习辅助系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-15 - **Last Updated**: 2023-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tlias-web-management_2013_p1 #### 介绍 tlias智能学习辅助系统 #### 软件架构 SpringBoot #### 环境搭建 1. 准备数据库表(dept、emp) 2. 创建SpringBoot工程,引入对应的起步依赖(web、mybatis、mysql驱动、lombok) 3. 配置文件application.properties中引入mybatis的配置信息,准备对应的实体类 4. 准备对应的Mapper、Service(接口、实现类)、Controller基础结构