# spring-boot-notes-server **Repository Path**: shinestmt/spring-boot-notes-server ## Basic Information - **Project Name**: spring-boot-notes-server - **Description**: spring-boot-notes-server - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-04 - **Last Updated**: 2024-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 留言本-后端 ## 前置依赖 1. JDK 1.8 2. Maven 3.5.4+ ## 启动后端服务 ``` mvn spring-boot:run ```