DOC

dev.junsung : jwt-auth-spring-boot-starter

Maven & Gradle

Jan 22, 2024
0 stars

JWT Authorization Spring Boot Starter · The "JWT Authorization Spring Boot Starter" is designed to simplify the implementation of JSON Web Token (JWT) based authentication and authorization within Spring Boot applications. This starter provides a robust foundation for developers looking to secure their Spring Boot applications using JWT, a widely adopted industry standard for token-based authentication.

Table Of Contents

Latest Version

Download dev.junsung : jwt-auth-spring-boot-starter Javadoc & API Documentation - Latest Versions:

All Versions

Download dev.junsung : jwt-auth-spring-boot-starter Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file jwt-auth-spring-boot-starter-0.0.1-javadoc.jar to jwt-auth-spring-boot-starter-0.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jwt-auth-spring-boot-starter-0.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jwt-auth-spring-boot-starter-0.0.1-sources.jar" -d "jwt-auth-spring-boot-starter-0.0.1-javadoc" -subpackages