zhangxinyu / springboot-jwt-swagger

Basic sample code to present how to setup Spring Boot REST Controllers with JWT (JSON Web Token) and document it with Swagger v2 (also supporting JWT).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

springboot-jwt-swagger2

Basic sample code to present how to setup Spring Boot REST Controllers with JWT (JSON Web Token) and document it with Swagger v2 (also supporting JWT).

Credits goes to this code samples and tutorials:

JWT

https://github.com/nielsutrecht/jwt-angular-spring

http://www.svlada.com/jwt-token-authentication-with-spring-boot/

https://www.youtube.com/watch?v=mD3vmgksvz8

Swagger2

http://www.baeldung.com/swagger-2-documentation-for-spring-rest-api

http://heidloff.net/article/usage-of-swagger-2-0-in-spring-boot-applications-to-document-apis/

About

Basic sample code to present how to setup Spring Boot REST Controllers with JWT (JSON Web Token) and document it with Swagger v2 (also supporting JWT).


Languages

Language:Java 77.0%Language:JavaScript 12.2%Language:HTML 10.8%