# springboot-multi-module **Repository Path**: smile_forever/springboot-multi-module ## Basic Information - **Project Name**: springboot-multi-module - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-29 - **Last Updated**: 2026-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Boot Multi Module 一个最小可运行的 Spring Boot 多模块项目。 ## 模块 - `common`: 通用模型、工具类、基础能力 - `biz`: 业务服务和 Web 接口 - `app`: 应用启动入口,打包可执行 Jar ## 运行 ```bash mvn clean test mvn -pl app -am spring-boot:run ``` 访问: ```bash curl "http://localhost:8080/api/hello?name=Codex" ```