Skip to content

A seed Java springboot project which is secured using JWT authentication.

Notifications You must be signed in to change notification settings

apostrophedottilde/springboot-jwt-secured-rest-api-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developing and Securing RESTful APIs with Spring Boot

This sample application shows how to develop a Restful api with SpringBoot and secure it using Spring Security via JSON Web Tokens.

How To Setup The Application And Run It

  • Make sure you have gradle installed on your system and an IDE. If you don't have an IDE don't worry you can still follow with a text editor and the terminal.
  • Make sure you have Java 10 installed on your system. Get it here
  • Clone the repository using the command git clone https://github.com/vladimirfomene/springboot-auth-updated.git
  • Run gradle bootrun to build and run the project or run the project from your ide(make sure you build it before running)

About

A seed Java springboot project which is secured using JWT authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages