All Projects → fuhaiwei → Springboot_security_restful_api

fuhaiwei / Springboot_security_restful_api

Licence: apache-2.0
SpringBoot + SpringSecurity + RESTful API --- Maven Project Demo

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Springboot security restful api

Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (+608.82%)
Mutual labels:  restful-api, spring-boot, spring-security
Webfluxtemplate
Spring Webflux template application with working Spring Security, Web-sockets, Rest, Web MVC, and Authentication with JWT.
Stars: ✭ 107 (+57.35%)
Mutual labels:  restful-api, spring-boot, spring-security
Febs Security
Spring Boot 2.0.4 & Spring Security 5.0.7 权限管理系统。(精力有限,停止维护)
Stars: ✭ 721 (+960.29%)
Mutual labels:  spring-boot, spring-security
Spring Boot Jwt
JWT auth service using Spring Boot, Spring Security and MySQL
Stars: ✭ 795 (+1069.12%)
Mutual labels:  spring-boot, spring-security
Eshop Soa
EShop基于Dubbo实现SOA服务化拆分,并基于RocketMQ解决了分布式事务(新版SpringBootSOASkeleton)
Stars: ✭ 65 (-4.41%)
Mutual labels:  spring-boot, spring-security
Springboot Starterkit
Starter Kit for Spring Boot based (REST APIs and WebMVC) micro services.
Stars: ✭ 596 (+776.47%)
Mutual labels:  spring-boot, spring-security
Spring Boot React Oauth2 Social Login Demo
Spring Boot React OAuth2 Social Login with Google, Facebook, and Github
Stars: ✭ 676 (+894.12%)
Mutual labels:  spring-boot, spring-security
Html Pdf Service
LGPL V3. Java Spring Boot microservice with RESTful webconsole and service endpoints that convert HTML to PDF, optionally styling with CSS and templating with JSON using Flying Saucer, PDF Box and Jackson libraries. Available on Docker Hub.
Stars: ✭ 12 (-82.35%)
Mutual labels:  restful-api, spring-boot
Hellokoding Courses
HelloKoding provides practical coding guides series of Spring Boot, Java, Algorithms, and other topics on software engineering
Stars: ✭ 490 (+620.59%)
Mutual labels:  spring-boot, spring-security
Oidc Workshop Spring Io 2019
Workshop at Spring I/O 2019 on "Securing Microservices with OpenID Connect and Spring Security 5.1"
Stars: ✭ 43 (-36.76%)
Mutual labels:  spring-boot, spring-security
Springboot Dubbox
基于Spring-boot和dubbox的API接口和后台管理系统
Stars: ✭ 948 (+1294.12%)
Mutual labels:  spring-boot, spring-security
Spring Boot Angular Template
Starter Template to create a OAuth2 secured dockerized Spring Boot 2 Application with Angular 8 Frontend
Stars: ✭ 48 (-29.41%)
Mutual labels:  spring-boot, spring-security
Taroco
整合Nacos、Spring Cloud Alibaba,提供了一系列starter组件, 同时提供服务治理、服务监控、OAuth2权限认证,支持服务降级/熔断、服务权重,前端采用vue+elementUI+webpack,可以很好的解决转向Spring Cloud的一系列问题。
Stars: ✭ 545 (+701.47%)
Mutual labels:  spring-boot, spring-security
Springboot Jwt Starter
A Spring Boot JWT starter kit for stateless and token-based authentication apps.
Stars: ✭ 538 (+691.18%)
Mutual labels:  spring-boot, spring-security
Simplemall
基于SpringCloud的微服务架构实战案例项目,以一个简单的购物流程为示例,融合spring cloud 相关组件,如spring-cloud-netflix、swagger等
Stars: ✭ 687 (+910.29%)
Mutual labels:  spring-boot, spring-security
Spring Lemon
Helper library for Spring Boot web applications
Stars: ✭ 529 (+677.94%)
Mutual labels:  spring-boot, spring-security
Spring Reactive Sample
Spring 5 Reactive playground
Stars: ✭ 867 (+1175%)
Mutual labels:  spring-boot, spring-security
Spring Boot Tutorial
100+ Spring Boot Articles, Tutorials, Video tutorials, Projects, Guides, Source code examples etc
Stars: ✭ 482 (+608.82%)
Mutual labels:  spring-boot, spring-security
Springsecuritytotp
Spring Security Login with Google Authenticator (Time-based One-time Password Algorithm, TOTP)
Stars: ✭ 56 (-17.65%)
Mutual labels:  spring-boot, spring-security
Web Framework For Java
A seed project with spring boot for AngularJS, AngularJs Material, Thymeleaf, RESTful API, MySQL and admin panel based on AdminLTE.
Stars: ✭ 29 (-57.35%)
Mutual labels:  restful-api, spring-boot

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].