# Spring Fundamentals **Repository Path**: mingqcn/spring-fundamentals ## Basic Information - **Project Name**: Spring Fundamentals - **Description**: Spring的示例代码 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 4 - **Created**: 2025-03-20 - **Last Updated**: 2025-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 测试数据 ```http request POST http://localhost:8080/shops/4/products Content-Type: application/json Accept-Language: en Content-Length: 95 User-Agent: IntelliJ HTTP Client/IntelliJ IDEA 2024.3.4.1 Accept-Encoding: br, deflate, gzip, x-gzip Accept: */* Authorization: {"id":2,"name":"admin2","departId":0} { "name": "好好学习", "originalPrice": -1, "originPlace": "厦门", "unit": "台" } ``` ```http request GET http://localhost:8080/products/1550 Accept-Language: en-US ``` ```http request PUT http://localhost:8080/shops/4/products/1579 Content-Type: application/json Accept-Language: en User-Agent: IntelliJ HTTP Client/IntelliJ IDEA 2024.3.4.1 Accept-Encoding: br, deflate, gzip, x-gzip Accept: */* Authorization: {"id":2,"name":"admin2","departId":0} { "originPlace": "漳州", } ```