# website **Repository Path**: Kuteng/website ## Basic Information - **Project Name**: website - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 常用命令 - 编译: ``mvn compile`` - 打包: ``mvn package`` - 运行: ``mvn sping-boot:run`` ## REST请求 保存新 `Idea` : curl -i -X POST -H "Content-Type:application/json" http://localhost:8080/idea -d ' { "id": 1234, "content": "test1", "family": "family1", "tags": [ "/tag/1" ], "time": "2019-03-06T14:43:56.765" } '