# spring-boot-demo **Repository Path**: chyxion/spring-boot-blog ## Basic Information - **Project Name**: spring-boot-demo - **Description**: Spring Boot Blog - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-19 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Boot Demo ### Create User ```bash curl -X POST -Fname=Donghuang2 -Fgender=Male -FbirthDate=1988-02-11 http://localhost:8080/user/create ``` ### Update User ```bash curl -X POST -Fid=1 -Fname=Donghuang2 -Fgender=Male -FbirthDate=1988-02-11 http://localhost:8080/user/update ```