# bsmn-springboot-example **Repository Path**: bsmn/bsmn-springboot-example ## Basic Information - **Project Name**: bsmn-springboot-example - **Description**: springboot项目示例代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-01 - **Last Updated**: 2024-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## SpringBoot3.4.0的示例代码 ### 运行 ```bash mvn spring-boot:run ``` **默认访问地址: [http://localhost:36069/](http://localhost:36069/)** ### 打包 ```bash mvn clean package ``` ### 打包(跳过单元测试) ```bash mvn clean package -DskipTests ```