# study-demo **Repository Path**: mbcc/study-demo ## Basic Information - **Project Name**: study-demo - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-21 - **Last Updated**: 2026-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # STD Console - 标准化基础框架 ## 项目简介 基于Spring Boot的多模块基础框架,支持设计引擎、型号管理等核心业务功能。 ## 模块结构 - **std-web**: 启动模块,打包可运行应用 - **std-platform**: 平台核心(公共工具、管理端能力) - **std-plugins**: 插件模块(日历、通知、工具等) - **std-modules**: 业务模块(设计引擎、型号子模块、运算算法) ## 技术栈 - Spring Boot 3.2.x - JDK 17+ - MyBatis Plus 3.5.x - MySQL 8.0+ - Redis ## 快速开始 ```bash # 编译项目 mvn clean install # 启动应用 cd std-web mvn spring-boot:run ``` ## API文档 启动后访问: http://localhost:8080/swagger-ui.html