/springboot-auth

A project to learn about JWT with Springboot using Java

Primary LanguageJava

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)