nanyangyeren / springboot_security_restful_api

SpringBoot + SpringSecurity + RESTful API --- Maven Project Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

springboot_security_restful_api

SpringBoot + SpringSecurity + RESTful API --- Maven Project Demo

INSTALL:

$ git clone https://github.com/fuhaiwei/springboot_security_restful_api.git

RUN SERVER:

$ cd springboot_security_restful_api
$ mvn clean compile spring-boot:run

RUN UI:

$ cd react-app
$ yarn
$ yarn start

Open the following page: http://localhost:3000

About

SpringBoot + SpringSecurity + RESTful API --- Maven Project Demo

License:Apache License 2.0


Languages

Language:Java 71.7%Language:JavaScript 24.4%Language:CSS 2.3%Language:HTML 1.6%