# fusionfinlab-customer **Repository Path**: fusionfinlab/fusionfinlab-customer ## Basic Information - **Project Name**: fusionfinlab-customer - **Description**: 学生中心,对外展示 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-17 - **Last Updated**: 2026-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FusionFinLab Customer FusionFinLab Customer 是对外的网站/学习平台下项目。 ## 项目结构 ``` fusionfinlab-customer/ ├── fusionfinlab-customer-frontend # 前端代码 ├── fusionfinlab-customer-student # 学生中心后台代码 ├── fusionfinlab-customer-assessments # 测评中心后台代码 ├── .... ├── pom.xml # Maven配置文件 └── README.md # 项目说明文档 ``` ## 技术栈 - Java 17+ - Spring Boot 3.x - Spring Security - MyBatis-Plus - PostgreSQL / MySQL - FusionFinLab Framework ## 功能特性 - 课程展示 - 在线问答 - 课程评测 - 学生评测 - 学生中心 - 学习进度 ## 安装依赖 ```xml com.fusionfinlab fusionfinlab-common com.fusionfinlab fusionfinlab-mybatis org.springframework.boot spring-boot-starter-web ``` ## 快速开始 1. 克隆项目 2. 配置数据库连接 3. 运行 `mvn spring-boot:run` 启动项目 4. 访问 `http://localhost:8080` ## 许可证 本项目使用 Apache 2.0 开源许可证。详见 [LICENSE](LICENSE) 文件。 ## 作者 - sgi_weny@126.com