# springboot_security_restful_api **Repository Path**: panghui/springboot_security_restful_api ## Basic Information - **Project Name**: springboot_security_restful_api - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-04-11 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README INSTALL: ```bash $ git clone https://github.com/fuhaiwei/springboot_security_restful_api.git ``` RUN SERVER: ```bash $ cd springboot_security_restful_api $ mvn clean compile spring-boot:run ``` RUN UI: ```bash $ cd react-app $ yarn start ``` Open the following page: http://localhost:3000